about summary refs log tree commit diff
path: root/posix/sys
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-24 03:55:14 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-24 03:55:14 +0000
commitd52b6462c98a2287666c700060c1fea27d2a2905 (patch)
tree69aab59de18908c989ffad9b0fad213f233b3e4c /posix/sys
parentbcad2c29c215f768944e268333ee7bdc6103c546 (diff)
downloadglibc-d52b6462c98a2287666c700060c1fea27d2a2905.tar.gz
glibc-d52b6462c98a2287666c700060c1fea27d2a2905.tar.xz
glibc-d52b6462c98a2287666c700060c1fea27d2a2905.zip
Update.
	* manual/Makefile (chapters): Add syslog.
	* manual/syslog.texi: New file.
	* manual/math.texi: Fix references.
	* manual/terminal.texi: Likewise.
	Patch by Bryan Henderson <bryanh@giraffe-data.com>.

2000-04-18  Jakub Jelinek  <jakub@redhat.com>

	* 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  <drepper@redhat.com>
Diffstat (limited to 'posix/sys')
-rw-r--r--posix/sys/wait.h2
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h>.  */
-#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 <bits/waitflags.h>