diff options
author | 2002-10-31 18:02:24 +0000 | |
---|---|---|
committer | 2002-10-31 18:02:24 +0000 | |
commit | c5fcab51dd2cdbd81a144701844c42f6e8f93b73 (patch) | |
tree | ae01038cbcd610aca72d77e985ad9893ef422e31 /sys-libs/glibc/files/2.3.1 | |
parent | initial ebuild (diff) | |
download | gentoo-2-c5fcab51dd2cdbd81a144701844c42f6e8f93b73.tar.gz gentoo-2-c5fcab51dd2cdbd81a144701844c42f6e8f93b73.tar.bz2 gentoo-2-c5fcab51dd2cdbd81a144701844c42f6e8f93b73.zip |
add libc_wait to 2.3.1
Diffstat (limited to 'sys-libs/glibc/files/2.3.1')
-rw-r--r-- | sys-libs/glibc/files/2.3.1/glibc-2.3.1-libc_wait-compat.patch | 26 |
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; + } + } + |