mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
* rt/aio_notify.c: Include <unistd.h> for _POSIX_REALTIME_SIGNALS.
This commit is contained in:
parent
221dc560bb
commit
3de5235f0f
@ -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.
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include "aio_misc.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user