bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error while building glibc cvs


From: Alex Davis
Subject: Error while building glibc cvs
Date: Wed, 11 Feb 2004 00:53:43 -0800 (PST)

Here are two patch I had to apply to make the
library compile:

--- libc/sysdeps/unix/sysv/linux/syscalls.list.old      2004-02-11 
03:38:08.000000000 -0500
+++ libc/sysdeps/unix/sysv/linux/syscalls.list  2004-02-11 03:33:38.000000000 
-0500
@@ -28,7 +28,7 @@
 iopl           -       iopl            i:i     iopl
 klogctl                EXTRA   syslog          i:isi   klogctl
 lchown         -       lchown          i:sii   __lchown        lchown
-posix_madvise  -       madvise         Vi:pii  posix_madvise
+posix_madvise  -       posix_madvise   Vi:pii  posix_madvise
 madvise                -       madvise         i:pii   madvise
 mincore                -       mincore         i:anV   mincore
 mlock          -       mlock           i:bn    mlock


--- libc/Makerules.old  2004-02-11 03:40:00.000000000 -0500
+++ libc/Makerules      2004-02-11 03:34:04.000000000 -0500
@@ -491,15 +491,15 @@
                 PROVIDE(__start___libc_freeres_ptrs = .); \
                 *(__libc_freeres_ptrs) \
                 PROVIDE(__stop___libc_freeres_ptrs = .);/'\
-             -e 's/^.*\*(\.jcr).*$$/&\n\
-                PROVIDE(__start___libc_subfreeres = .);\n\
-                __libc_subfreeres : { *(__libc_subfreeres) }\n\
-                PROVIDE(__stop___libc_subfreeres = .);\n\
-                PROVIDE(__start___libc_atexit = .);\n\
-                __libc_atexit : { *(__libc_atexit) }\n\
-                PROVIDE(__stop___libc_atexit = .);\n\
-                PROVIDE(__start___libc_thread_subfreeres = .);\n\
-                __libc_thread_subfreeres : { *(__libc_thread_subfreeres) }\n\
+             -e 's/^.*\*(\.jcr).*$$/&\
+                PROVIDE(__start___libc_subfreeres = .);\
+                __libc_subfreeres : { *(__libc_subfreeres) }\
+                PROVIDE(__stop___libc_subfreeres = .);\
+                PROVIDE(__start___libc_atexit = .);\
+                __libc_atexit : { *(__libc_atexit) }\
+                PROVIDE(__stop___libc_atexit = .);\
+                PROVIDE(__start___libc_thread_subfreeres = .);\
+                __libc_thread_subfreeres : { *(__libc_thread_subfreeres) }\
                 PROVIDE(__stop___libc_thread_subfreeres = .);/'
        mv -f address@hidden $@
 common-generated += shlib.lds

=====
I code, therefore I am

__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]