]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-2.3.2/glibc23-function-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 / glibc23-function-compat.patch
1 --- glibc-2.3.1-cygnus/posix/Versions   2002-12-19 00:13:27.000000000 +0900
2 +++ glibc-2.3.1-redhat/posix/Versions   2002-12-19 00:14:34.000000000 +0900
3 @@ -3,6 +3,9 @@
4      # functions with special/multiple interfaces
5      __bsd_getpgrp; __setpgid; __getpgid;
6  
7 +    # This will be GLIBC_PRIVATE, just give Sun JDK some time to catch up
8 +    __libc_wait; __libc_waitpid;
9 +
10      # functions with required interface outside normal name space
11      _exit;
12  
13 @@ -83,6 +86,9 @@
14    GLIBC_2.1.2 {
15      # functions used in other libraries
16      __vfork;
17 +
18 +    # This will be GLIBC_PRIVATE, just give wine some time to catch up
19 +    __libc_fork; 
20    }
21    GLIBC_2.2 {
22      # p*
23 @@ -121,7 +127,8 @@
24    GLIBC_PRIVATE {
25      # functions which have an additional interface since they are
26      # are cancelable.
27 -    __libc_wait; __libc_waitpid; __libc_pause; __libc_nanosleep; __libc_fork;
28 +    # __libc_wait; __libc_waitpid;
29 +    __libc_pause; __libc_nanosleep; # __libc_fork;
30      __libc_pread; __libc_pread64; __libc_pwrite; __libc_pwrite64;
31      __waitid; __pselect;
32    }