From ae352b440f7bb3904080eff13086e75a4c38245c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 10 Oct 2002 07:27:56 +0000 Subject: Update. 2002-10-10 Ulrich Drepper * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect. --- ChangeLog | 4 ++++ posix/Versions | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1d84ec2b98..3b82fe6d6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-10-10 Ulrich Drepper + + * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect. + 2002-10-09 Ulrich Drepper * sysdeps/generic/ldsodefs.h: Remove attribute_hidden from 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; } } -- cgit 1.4.1