diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2012-05-10 12:53:02 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-10 15:57:22 -0700 |
commit | eb43375f0f7640a32fd6c67b94291419acb872d8 (patch) | |
tree | 75a8f75ddd068870b245681466e908c8ec08e02a /ChangeLog | |
parent | bcf5524012216fee3a7668a3b43aad3243a083b0 (diff) | |
download | glibc-eb43375f0f7640a32fd6c67b94291419acb872d8.tar glibc-eb43375f0f7640a32fd6c67b94291419acb872d8.tar.gz glibc-eb43375f0f7640a32fd6c67b94291419acb872d8.tar.bz2 glibc-eb43375f0f7640a32fd6c67b94291419acb872d8.zip |
Hurd: accept4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2012-05-10 Thomas Schwinge <thomas@schwinge.name> + 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 + to implement __libc_accept4. + * sysdeps/mach/hurd/accept.c (accept): Reimplement using + __libc_accept4. + * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define. + * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file. * sysdeps/mach/hurd/i386/signal-defines.sym: New file. * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add |