* rt/aio_notify.c: Include <unistd.h> for _POSIX_REALTIME_SIGNALS.

This commit is contained in:
Roland McGrath 2001-06-14 05:37:03 +00:00
parent 221dc560bb
commit 3de5235f0f
2 changed files with 3 additions and 0 deletions

View file

@ -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.

View file

@ -21,6 +21,7 @@
#include <errno.h>
#include <pthread.h>
#include <stdlib.h>
#include <unistd.h>
#include "aio_misc.h"