diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-17 17:06:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-17 17:06:49 +0000 |
commit | 91d293772bcde2865d09f706bdd21c83ccedc365 (patch) | |
tree | 940e0ce9f0d89053b4bcfbeddde50352214dae06 /ChangeLog | |
parent | 2ef30b3d7f0ed0e794d1988c0c7eddda59d8886c (diff) | |
download | glibc-91d293772bcde2865d09f706bdd21c83ccedc365.tar.gz glibc-91d293772bcde2865d09f706bdd21c83ccedc365.tar.xz glibc-91d293772bcde2865d09f706bdd21c83ccedc365.zip |
Update.
2002-09-17 Ulrich Drepper <drepper@redhat.com> * include/sys/socket.h: Declare __libc_send, __libc_recv, __libc_sendto, __libc_sendmsg, __libc_recvmsg, and __libc_accept. * include/unistd.h: Declare __libc_fork.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 26a3dafd70..e84e0a8d34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-09-17 Ulrich Drepper <drepper@redhat.com> + + * include/sys/socket.h: Declare __libc_send, __libc_recv, + __libc_sendto, __libc_sendmsg, __libc_recvmsg, and __libc_accept. + + * include/unistd.h: Declare __libc_fork. + 2002-09-17 Roland McGrath <roland@redhat.com> * sunrpc/xcrypt.c (passwd2des_internal): Renamed fom passwd2des. |