diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2012-05-10 12:56:56 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-10 15:57:22 -0700 |
commit | 6960eb420d7b7cc18420dd68466b664867fa069d (patch) | |
tree | 0ed11937f5da6a1998b9d272b5a11b8ec5b01a55 /ChangeLog | |
parent | eb43375f0f7640a32fd6c67b94291419acb872d8 (diff) | |
download | glibc-6960eb420d7b7cc18420dd68466b664867fa069d.tar glibc-6960eb420d7b7cc18420dd68466b664867fa069d.tar.gz glibc-6960eb420d7b7cc18420dd68466b664867fa069d.tar.bz2 glibc-6960eb420d7b7cc18420dd68466b664867fa069d.zip |
Hurd: bits/socket.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2012-05-10 Thomas Schwinge <thomas@schwinge.name> + * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one. + (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New + definitions. + accept4 for GNU Hurd. * include/sys/socket.h (__libc_accept4): New prototype. * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it |