summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/glibc/files/2.3.1/glibc-2.3.1-libc_wait-compat.patch')
-rw-r--r--sys-libs/glibc/files/2.3.1/glibc-2.3.1-libc_wait-compat.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/sys-libs/glibc/files/2.3.1/glibc-2.3.1-libc_wait-compat.patch b/sys-libs/glibc/files/2.3.1/glibc-2.3.1-libc_wait-compat.patch
new file mode 100644
index 000000000000..db4bfe27f861
--- /dev/null
+++ b/sys-libs/glibc/files/2.3.1/glibc-2.3.1-libc_wait-compat.patch
@@ -0,0 +1,26 @@
+2002-04-19 Bruno Haible <bruno@clisp.org>
+
+ * posix/Versions: Move back __libc_wait to GLIBC_2.0 section.
+
+--- glibc-20020408/posix/Versions.bak 2002-02-04 12:42:40.000000000 +0100
++++ glibc-20020408/posix/Versions 2002-04-19 01:01:00.000000000 +0200
+@@ -14,6 +14,9 @@
+ # functions used by libstdc++ 2.7.2
+ __waitpid;
+
++ # functions used by SunJava2-1.3.1/jre/lib/i386/libjava.so
++ __libc_wait;
++
+ # global variables
+ __environ; _environ;
+
+@@ -108,7 +111,7 @@
+ GLIBC_PRIVATE {
+ # functions which have an additional interface since they are
+ # are cancelable.
+- __libc_wait; __libc_waitpid; __libc_pause; __libc_nanosleep; __libc_fork;
++ __libc_waitpid; __libc_pause; __libc_nanosleep; __libc_fork;
+ __libc_pread; __libc_pread64; __libc_pwrite; __libc_pwrite64;
+ }
+ }
+