From: Roland McGrath Date: Thu, 14 Jun 2001 05:37:03 +0000 (+0000) Subject: * rt/aio_notify.c: Include for _POSIX_REALTIME_SIGNALS. X-Git-Tag: cvs/pre-lgplv2_1~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3de5235f0f90e84424a481958c64de72b81cfdf7;p=thirdparty%2Fglibc.git * rt/aio_notify.c: Include for _POSIX_REALTIME_SIGNALS. --- diff --git a/ChangeLog b/ChangeLog index bc941ce0ccc..6e4ad754ec5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-06-13 Roland McGrath + * rt/aio_notify.c: Include for _POSIX_REALTIME_SIGNALS. + * sysdeps/mach/hurd/fork.c (LOSE): Put `goto lose' in dead code so the label is not considered unused. diff --git a/rt/aio_notify.c b/rt/aio_notify.c index 04a9dd6db36..9b17750d032 100644 --- a/rt/aio_notify.c +++ b/rt/aio_notify.c @@ -21,6 +21,7 @@ #include #include #include +#include #include "aio_misc.h"