]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-2.3.2/glibc22-m68k-compat.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 / glibc22-m68k-compat.patch
1 --- glibc-2.2.5.orig/sysdeps/unix/sysv/linux/m68k/chown.c       2001-07-10 02:57:24.000000000 +0200
2 +++ glibc-2.2.5/sysdeps/unix/sysv/linux/m68k/chown.c    2002-08-11 15:37:09.000000000 +0200
3 @@ -72,3 +72,8 @@
4  #endif
5  }
6  weak_alias (__chown, chown)
7 +
8 +#include <shlib-compat.h>
9 +#if SHLIB_COMPAT (libc, GLIBC_2_1, GLIBC_2_2)
10 +compat_symbol (libc, __chown, chown, GLIBC_2_1);
11 +#endif
12 --- glibc-2.2.5.orig/sysdeps/unix/sysv/linux/m68k/lchown.c      2000-01-17 06:20:35.000000000 +0100
13 +++ glibc-2.2.5/sysdeps/unix/sysv/linux/m68k/lchown.c   2002-08-11 15:38:56.000000000 +0200
14 @@ -1 +1,6 @@
15  #include <sysdeps/unix/sysv/linux/i386/lchown.c>
16 +
17 +#include <shlib-compat.h>
18 +#if SHLIB_COMPAT (libc, GLIBC_2_1, GLIBC_2_2)
19 +compat_symbol (libc, __lchown, lchown, GLIBC_2_1);
20 +#endif