about summary refs log tree commit diff
path: root/io
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 /io
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 'io')
-rw-r--r--io/Versions3
1 files changed, 3 insertions, 0 deletions
diff --git a/io/Versions b/io/Versions
index d816d03f07..ab489fd25e 100644
--- a/io/Versions
+++ b/io/Versions
@@ -9,6 +9,9 @@ libc {
     __xstat; __fxstat; __lxstat; __xmknod; __write; __close; __fcntl;
     __lseek; __open; __read;
 
+    # functions used by libstdc++ 2.7.2
+    __dup2; __pipe;
+
     # a*
     access;