diff options
author | Roland McGrath <roland@gnu.org> | 2005-02-22 23:19:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-02-22 23:19:11 +0000 |
commit | b17ebefa45a5e3e128775fec5b3f158afc0b59c1 (patch) | |
tree | 0ee8f0061d473cb1601232da120f6cd6f0015295 | |
parent | bd02f5fc1730c88f1240fe6c0bc45457ed080495 (diff) | |
download | glibc-b17ebefa45a5e3e128775fec5b3f158afc0b59c1.zip glibc-b17ebefa45a5e3e128775fec5b3f158afc0b59c1.tar.gz glibc-b17ebefa45a5e3e128775fec5b3f158afc0b59c1.tar.bz2 |
* include/signal.h: Revert last change.
(__sigemptyset): Use __builtin_memset instead of memset.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-02-22 Roland McGrath <roland@redhat.com> + + * include/signal.h: Revert last change. + (__sigemptyset): Use __builtin_memset instead of memset. + 2005-02-22 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Use |