From d52b6462c98a2287666c700060c1fea27d2a2905 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 24 Apr 2000 03:55:14 +0000 Subject: Update. * manual/Makefile (chapters): Add syslog. * manual/syslog.texi: New file. * manual/math.texi: Fix references. * manual/terminal.texi: Likewise. Patch by Bryan Henderson . 2000-04-18 Jakub Jelinek * posix/sys/wait.h: Define __WAIT_STATUS and the like either if stdlib.h was not included or __USE_XOPEN not defined. 2000-04-23 Ulrich Drepper --- posix/sys/wait.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix/sys/wait.h') diff --git a/posix/sys/wait.h b/posix/sys/wait.h index 44f47ad24e..36cc9254ac 100644 --- a/posix/sys/wait.h +++ b/posix/sys/wait.h @@ -35,7 +35,7 @@ typedef __pid_t pid_t; #endif /* These macros could also be defined int . */ -#ifndef _STDLIB_H +#if !defined _STDLIB_H || !defined __USE_XOPEN /* This will define the `W*' macros for the flag bits to `waitpid', `wait3', and `wait4'. */ # include -- cgit v1.2.3