diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-27 13:29:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-27 13:29:37 +0000 |
commit | cd68221f28ca1eb29b6e6827f437f5691bd21fb2 (patch) | |
tree | e588ae7e274e5e086bc21eec5588ac9042a1c96d /ChangeLog | |
parent | 19c36e333722962398eb281fd7201ac45f5eb572 (diff) | |
download | glibc-cd68221f28ca1eb29b6e6827f437f5691bd21fb2.tar.gz glibc-cd68221f28ca1eb29b6e6827f437f5691bd21fb2.tar.xz glibc-cd68221f28ca1eb29b6e6827f437f5691bd21fb2.zip |
Update.
1998-06-25 Andi Kleen <ak@muc.de> * inet/rcmd.c (rcmd): Change to use __poll instead of select. * resolv/res_send.c (res_send): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index de5184b588..b03648f51d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-06-25 Andi Kleen <ak@muc.de> + + * inet/rcmd.c (rcmd): Change to use __poll instead of select. + * resolv/res_send.c (res_send): Likewise. + 1998-06-27 12:58 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/bsd/poll.c: Define __poll, make poll weak alias. |