Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
2002-10-10  Ulrich Drepper  <drepper@redhat.com>

	* posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
  • Loading branch information
Ulrich Drepper committed Oct 10, 2002
1 parent 209a8ca commit ae352b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion posix/Versions
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit ae352b4

Please sign in to comment.