diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-24 22:57:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-24 22:57:26 +0000 |
commit | 790aa1f272f22c2a4912d2e776bc6e2f38474633 (patch) | |
tree | 8961271cce35abaf2ea2440bbb11d3dfcc74b03f /ChangeLog | |
parent | d990ebaaf17a26ad83698db706b5a08aaeca589e (diff) | |
download | glibc-790aa1f272f22c2a4912d2e776bc6e2f38474633.zip glibc-790aa1f272f22c2a4912d2e776bc6e2f38474633.tar.gz glibc-790aa1f272f22c2a4912d2e776bc6e2f38474633.tar.bz2 |
Update.
2005-01-24 Ulrich Drepper <drepper@redhat.com>
* misc/syslog.c: Moved to...
* sysdeps/generic/syslog.c: ...here.
[NO_SIGIPE]: Don't install SIGPIPE handler.
* sysdeps/unix/sysv/linux/syslog.c: New file.
* sysdeps/unix/sysv/linux/kernel-features.h: Define
__ASSUME_MSG_NOSIGNAL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-01-24 Ulrich Drepper <drepper@redhat.com> + + * misc/syslog.c: Moved to... + * sysdeps/generic/syslog.c: ...here. + [NO_SIGIPE]: Don't install SIGPIPE handler. + * sysdeps/unix/sysv/linux/syslog.c: New file. + * sysdeps/unix/sysv/linux/kernel-features.h: Define + __ASSUME_MSG_NOSIGNAL. + 2005-01-22 Richard Henderson <rth@redhat.com> * sysdeps/alpha/dl-trampoline.S: New file. |