diff options
author | Andreas Schwab <schwab@suse.de> | 1999-04-09 02:24:04 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1999-04-09 02:24:04 +0000 |
commit | c1349648c5b0b75583f9f96e42e689f10f8f74ad (patch) | |
tree | 3f88feccb62b84ccb389861aaa6aee1da19a6759 /io/Versions | |
parent | 612fdf252ef1e202bdfe6c19f1b38f4e98938ab6 (diff) | |
download | glibc-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/Versions')
-rw-r--r-- | io/Versions | 3 |
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; |