diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-26 03:50:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-26 03:50:15 +0000 |
commit | 40e15c4da81e899cbb4c6299fd4f48e1b1391115 (patch) | |
tree | 2cf28736a7e111999a4e67e43fca5f92e689ca1d /ChangeLog | |
parent | 06a466e7e1d3024b7079d3880dce8593ada9682c (diff) | |
download | glibc-40e15c4da81e899cbb4c6299fd4f48e1b1391115.tar.gz glibc-40e15c4da81e899cbb4c6299fd4f48e1b1391115.tar.xz glibc-40e15c4da81e899cbb4c6299fd4f48e1b1391115.zip |
Update.
2002-08-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by declaring __restore and __restore_rt as hidden (if possible).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 879d4420e7..2e8c1daecc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-08-25 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by + declaring __restore and __restore_rt as hidden (if possible). + 2002-08-25 Roland McGrath <roland@redhat.com> * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns. |