Update. cvs/glibc-2-3-1 glibc-2.3.1
authorUlrich Drepper <drepper@redhat.com>
Thu, 10 Oct 2002 07:27:56 +0000 (07:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 10 Oct 2002 07:27:56 +0000 (07:27 +0000)
2002-10-10  Ulrich Drepper  <drepper@redhat.com>

* posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.

ChangeLog
posix/Versions

index 1d84ec2..3b82fe6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-10  Ulrich Drepper  <drepper@redhat.com>
+
+       * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
+
 2002-10-09  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/generic/ldsodefs.h: Remove attribute_hidden from
index c81f357..a5378d1 100644 (file)
@@ -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;
   }
 }