about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-06-14 05:37:03 +0000
committerRoland McGrath <roland@gnu.org>2001-06-14 05:37:03 +0000
commit3de5235f0f90e84424a481958c64de72b81cfdf7 (patch)
treec9f78dbf8ee8ea1fe83d40230d1a8a9d0d062e99 /ChangeLog
parent221dc560bb546465befd0a0471f52aa88b69cca6 (diff)
downloadglibc-3de5235f0f90e84424a481958c64de72b81cfdf7.tar.gz
glibc-3de5235f0f90e84424a481958c64de72b81cfdf7.tar.xz
glibc-3de5235f0f90e84424a481958c64de72b81cfdf7.zip
* rt/aio_notify.c: Include <unistd.h> for _POSIX_REALTIME_SIGNALS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc941ce0cc..6e4ad754ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-06-13  Roland McGrath  <roland@frob.com>
 
+	* rt/aio_notify.c: Include <unistd.h> for _POSIX_REALTIME_SIGNALS.
+
 	* sysdeps/mach/hurd/fork.c (LOSE): Put `goto lose' in dead code
 	so the label is not considered unused.