diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-03-28 10:38:37 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-03-28 10:38:37 -0700 |
commit | 356b3480232d1a8f689c6c275e45c2a4c68efb30 (patch) | |
tree | 98feb76e5ef7b80510dd434c4a32af6f882bfec9 /ChangeLog | |
parent | b0f1246ab45b6d27e2bba64aa8dfe407ac740537 (diff) | |
download | glibc-356b3480232d1a8f689c6c275e45c2a4c68efb30.zip glibc-356b3480232d1a8f689c6c275e45c2a4c68efb30.tar.gz glibc-356b3480232d1a8f689c6c275e45c2a4c68efb30.tar.bz2 |
Never call syslog in __libc_message.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2013-03-28 Roland McGrath <roland@hack.frob.com> + + * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>. + (__libc_message): Never call vsyslog. + 2013-03-28 Alan Modra <amodra@gmail.com> * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc): |