From e1be0bc5657984906bb6885623d348914e135223 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 29 Jun 2004 00:33:10 +0000 Subject: * inet/bug-if1.c: Include . 2004-06-19 Roland McGrath * sysdeps/posix/waitid.c (do_waitid) [DO_WAITID]: Define function under this macro name instead. [NO_DO_WAITID]: Don't define it at all. (do_waitid) [WNOWAIT, WEXITED]: If these POSIX.1 waitid flag bits are defined, then return ENOTSUP for combinations of selection bits other than WEXITED and WEXITED|WSTOPPED, which this version cannot support. * posix/tst-waitid.c: New file. * posix/Makefile (tests): Add it. 2004-06-28 Jakub Jelinek --- inet/bug-if1.c | 1 + 1 file changed, 1 insertion(+) (limited to 'inet') diff --git a/inet/bug-if1.c b/inet/bug-if1.c index ddf49aff5b..aa9925d6a7 100644 --- a/inet/bug-if1.c +++ b/inet/bug-if1.c @@ -20,6 +20,7 @@ #include #include #include +#include #include -- cgit v1.2.3