From: Ulrich Drepper Date: Thu, 24 Feb 2000 07:57:37 +0000 (+0000) Subject: Allow including from stdlib.h. X-Git-Tag: upstream/2.30~10627^2~2659 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d70eeb43cfc91c89b179f5a4a27a16a46cded1f;p=external%2Fglibc.git Allow including from stdlib.h. --- diff --git a/sysdeps/unix/sysv/sysv4/bits/waitflags.h b/sysdeps/unix/sysv/sysv4/bits/waitflags.h index e99dc00..841f8a3 100644 --- a/sysdeps/unix/sysv/sysv4/bits/waitflags.h +++ b/sysdeps/unix/sysv/sysv4/bits/waitflags.h @@ -1,5 +1,5 @@ /* Definitions of flag bits for `waitpid' et al. - Copyright (C) 1993, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1993, 1996, 1997, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Brendan Kehoe (brendan@zen.org). @@ -18,7 +18,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _SYS_WAIT_H +#if !defined _SYS_WAIT_H && !defined _STDLIB_H # error "Never include directly; use instead." #endif