diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-07-31 09:43:14 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-07-31 09:43:14 -0700 |
commit | 789bd351b45f024b7f51e4886bf46b8e887ab6da (patch) | |
tree | 39d7051c24bb2f763c249f4895d9126e066d152d /ChangeLog | |
parent | 40ce302d37b7252b71c6d193abc17e6fe82d214d (diff) | |
download | glibc-789bd351b45f024b7f51e4886bf46b8e887ab6da.tar.gz glibc-789bd351b45f024b7f51e4886bf46b8e887ab6da.tar.xz glibc-789bd351b45f024b7f51e4886bf46b8e887ab6da.zip |
Clean up stub accept4 definition.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ecdb46b8f0..30b9a9e420 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-07-31 Roland McGrath <roland@hack.frob.com> + * include/sys/socket.h (__libc_accept, __libc_accept4): + Add attribute_hidden. + * socket/accept4.c (__libc_accept4): Remove libc_hidden_def. + * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize use of PTR_MANGLE. * inet/getnetgrent_r.c (setup): Likewise. |