From 230232e5f8aec363bbbab90b52fd21e046fee0e9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 24 Feb 2000 22:22:05 +0000 Subject: Update. * posix/sys/wait.h: Add missing #endif. --- posix/sys/wait.h | 1 + 1 file changed, 1 insertion(+) (limited to 'posix') diff --git a/posix/sys/wait.h b/posix/sys/wait.h index 4af77b070d..cccbcb8931 100644 --- a/posix/sys/wait.h +++ b/posix/sys/wait.h @@ -88,6 +88,7 @@ typedef union # define WIFEXITED(status) __WIFEXITED(__WAIT_INT(status)) # define WIFSIGNALED(status) __WIFSIGNALED(__WAIT_INT(status)) # define WIFSTOPPED(status) __WIFSTOPPED(__WAIT_INT(status)) +#endif #ifdef __USE_BSD # define WCOREFLAG __WCOREFLAG -- cgit 1.4.1