]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-java-libc-wait.patch
- ReleasE: 9
[packages/glibc.git] / glibc-java-libc-wait.patch
CommitLineData
d4d4282d 1diff -Nur glibc-2.3.1/posix/Versions glibc-2.3.1.new/posix/Versions
2--- glibc-2.3.1/posix/Versions Thu Oct 10 07:24:52 2002
3+++ glibc-2.3.1.new/posix/Versions Thu Feb 20 21:24:05 2003
4@@ -14,6 +14,9 @@
5 # functions used by libstdc++ 2.7.2
6 __waitpid;
7
8+ # functions used by SunJava2-1.3.1/jre/lib/i386/libjava.so
9+ __libc_wait; __libc_waitpid;
10+
11 # global variables
12 __environ; _environ;
13
14@@ -112,7 +115,7 @@
15 GLIBC_PRIVATE {
16 # functions which have an additional interface since they are
17 # are cancelable.
18- __libc_wait; __libc_waitpid; __libc_pause; __libc_nanosleep; __libc_fork;
19+ __libc_pause; __libc_nanosleep; __libc_fork;
20 __libc_pread; __libc_pread64; __libc_pwrite; __libc_pwrite64;
21 __waitid; __pselect;
22 }
This page took 0.046965 seconds and 4 git commands to generate.