about summary refs log tree commit diff
path: root/posix
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1999-04-09 02:24:04 +0000
committerAndreas Schwab <schwab@suse.de>1999-04-09 02:24:04 +0000
commitc1349648c5b0b75583f9f96e42e689f10f8f74ad (patch)
tree3f88feccb62b84ccb389861aaa6aee1da19a6759 /posix
parent612fdf252ef1e202bdfe6c19f1b38f4e98938ab6 (diff)
downloadglibc-c1349648c5b0b75583f9f96e42e689f10f8f74ad.tar.gz
glibc-c1349648c5b0b75583f9f96e42e689f10f8f74ad.tar.xz
glibc-c1349648c5b0b75583f9f96e42e689f10f8f74ad.zip
* scripts/test-installation.pl (installation_problem): Skip
	libnss1_* libraries from glibc-compat add-on.

Wed Apr  7 22:52:39 1999  H.J. Lu  <hjl@gnu.org>

	* io/Versions (__dup2, __pipe): Added to GLIBC_2.0 for
	libstdc++ 2.7.2.
	* posix/Versions (__waitpid): Likewise.

1999-04-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
Diffstat (limited to 'posix')
-rw-r--r--posix/Versions3
1 files changed, 3 insertions, 0 deletions
diff --git a/posix/Versions b/posix/Versions
index 985281d99a..c106c826bb 100644
--- a/posix/Versions
+++ b/posix/Versions
@@ -15,6 +15,9 @@ libc {
     __sched_getparam; __sched_getscheduler; __sched_setscheduler;
     __sched_yield; __fork; __getpid; __wait;
 
+    # functions used by libstdc++ 2.7.2
+    __waitpid;
+
     # global variables
     __environ; _environ;