From 37d8d3629e6851c933808c0dbf9b7368f14ce920 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 24 Aug 2001 05:07:37 +0000 Subject: * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1. --- rt/tst-aio4.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rt/tst-aio4.c') diff --git a/rt/tst-aio4.c b/rt/tst-aio4.c index 05b1a19e5b..95efdcf7d2 100644 --- a/rt/tst-aio4.c +++ b/rt/tst-aio4.c @@ -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[]) -- cgit 1.4.1