]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-2.3.2/glibc23-errno.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / glibc / glibc-2.3.2 / glibc23-errno.patch
1 --- glibc-2.3.1.bak/inet/herrno.c       2003-01-02 10:54:16.000000000 -0500
2 +++ glibc-2.3.1/inet/herrno.c   2003-01-02 10:55:25.000000000 -0500
3 @@ -38,8 +38,8 @@
4     visible at link time.  Programs must use the accessor functions.  */
5  # if defined HAVE_ELF && defined SHARED && defined DO_VERSIONING
6  #  include <shlib-compat.h>
7 -compat_symbol (libc, h_errno, h_errno, GLIBC_2_0);
8 -compat_symbol (libc, _h_errno, _h_errno, GLIBC_2_0);
9 +// compat_symbol (libc, h_errno, h_errno, GLIBC_2_0);
10 +// compat_symbol (libc, _h_errno, _h_errno, GLIBC_2_0);
11  # endif
12  #endif
13  
14 --- glibc-2.3.1.bak/resolv/res_libc.c   2003-01-02 10:54:16.000000000 -0500
15 +++ glibc-2.3.1/resolv/res_libc.c       2003-01-02 10:54:45.000000000 -0500
16 @@ -87,7 +87,7 @@
17     visible at link time.  Programs must use the accessor functions.  */
18  #if defined HAVE_ELF && defined SHARED && defined DO_VERSIONING
19  # include <shlib-compat.h>
20 -compat_symbol (libc, _res, _res, GLIBC_2_0);
21 +// compat_symbol (libc, _res, _res, GLIBC_2_0);
22  #endif
23  
24  #include <shlib-compat.h>
25 --- glibc-2.3.1.bak/sysdeps/generic/errno.c     2003-01-02 10:54:16.000000000 -0500
26 +++ glibc-2.3.1/sysdeps/generic/errno.c 2003-01-02 10:55:16.000000000 -0500
27 @@ -36,7 +36,7 @@
28     visible at link time.  Programs must use the accessor functions.  */
29  # if defined HAVE_ELF && defined SHARED && defined DO_VERSIONING
30  #  include <shlib-compat.h>
31 -compat_symbol (libc, errno, errno, GLIBC_2_0);
32 -compat_symbol (libc, _errno, _errno, GLIBC_2_0);
33 +// compat_symbol (libc, errno, errno, GLIBC_2_0);
34 +// compat_symbol (libc, _errno, _errno, GLIBC_2_0);
35  # endif
36  #endif