mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 14:40:06 +00:00
Update.
2002-10-10 Ulrich Drepper <drepper@redhat.com> * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
This commit is contained in:
parent
209a8ca3fc
commit
ae352b440f
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user