2002-10-10  Ulrich Drepper  <drepper@redhat.com>

	* posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
This commit is contained in:
Ulrich Drepper 2002-10-10 07:27:56 +00:00
parent 209a8ca3fc
commit ae352b440f
2 changed files with 5 additions and 1 deletions

View File

@ -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

View 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;
}
}