* rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
authorRoland McGrath <roland@gnu.org>
Fri, 24 Aug 2001 05:07:37 +0000 (05:07 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 24 Aug 2001 05:07:37 +0000 (05:07 +0000)
ChangeLog
rt/tst-aio4.c

index 37b5c88b6d1ee0b4f9d49a0665e249d362963d8f..acd3afc10f83a844f524a0086c4ccf395e168c89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-08-23  Roland McGrath  <roland@frob.com>
 
+       * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
+
        * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
        sysdeps/mach version.  Implement counting ("recursive") mutexes
        on top of cthreads mutexes.
index 05b1a19e5b6ba7b6c15eaee25a0c1b6f94120e61..95efdcf7d2095397b9212a5ff06f8f4fc949b8e0 100644 (file)
@@ -55,6 +55,10 @@ wait_flag (void)
   return 0;
 }
 
+#ifndef SIGRTMIN
+# define SIGRTMIN -1
+# define SIGRTMAX -1
+#endif
 
 static int
 do_test (int argc, char *argv[])