diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-02-08 14:55:50 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-02-08 14:55:50 -0800 |
commit | 550a0b89b464356c5fa44b16a28f49ab1df5b04a (patch) | |
tree | 6c850ea30c1dfcb00468be54e2148908b7d55c97 /ChangeLog | |
parent | 3392138235f454f2b9375a26d78c0c35808dd087 (diff) | |
download | glibc-550a0b89b464356c5fa44b16a28f49ab1df5b04a.zip glibc-550a0b89b464356c5fa44b16a28f49ab1df5b04a.tar.gz glibc-550a0b89b464356c5fa44b16a28f49ab1df5b04a.tar.bz2 |
Fix PF_LOCAL socket example sockaddr_un size calculation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2013-02-08 Roland McGrath <roland@hack.frob.com> + + * manual/examples/mkfsock.c (make_named_socket): Don't add one for + the '\0' terminator. + 2013-02-08 Joseph Myers <joseph@codesourcery.com> [BZ #13550] |