about summary refs log tree commit diff
path: root/posix/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-10-10 07:27:56 +0000
committerUlrich Drepper <drepper@redhat.com>2002-10-10 07:27:56 +0000
commitae352b440f7bb3904080eff13086e75a4c38245c (patch)
tree281a47a60ef53fc0cb2c20ae1d7d25aa8fa7a30b /posix/Versions
parent209a8ca3fcb83e584a4b9db85f08a7fa6a7e584d (diff)
downloadglibc-ae352b440f7bb3904080eff13086e75a4c38245c.tar.gz
glibc-ae352b440f7bb3904080eff13086e75a4c38245c.tar.xz
glibc-ae352b440f7bb3904080eff13086e75a4c38245c.zip
2002-10-10  Ulrich Drepper  <drepper@redhat.com>

	* posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
Diffstat (limited to 'posix/Versions')
-rw-r--r--posix/Versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Versions b/posix/Versions
index c81f357ddd..a5378d1d38 100644
--- a/posix/Versions
+++ b/posix/Versions
@@ -114,6 +114,6 @@ libc {
     # are cancelable.
     __libc_wait; __libc_waitpid; __libc_pause; __libc_nanosleep; __libc_fork;
     __libc_pread; __libc_pread64; __libc_pwrite; __libc_pwrite64;
-    __waitid;
+    __waitid; __pselect;
   }
 }