From: Roland McGrath Date: Mon, 27 Mar 2000 01:09:25 +0000 (+0000) Subject: * include/shlib-compat.h: Include unconditionally. X-Git-Tag: cvs/glibc_2-1-91~794 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7ca88b86b1fc05bef72e610f4dc627f1f1796de;p=thirdparty%2Fglibc.git * include/shlib-compat.h: Include unconditionally. --- diff --git a/ChangeLog b/ChangeLog index dcf10c58dd4..f147de72ba5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-03-26 Roland McGrath + * include/shlib-compat.h: Include unconditionally. + * posix/unistd.h (intptr_t): Conditionalize on [__USE_MISC || __USE_XOPEN_EXTENDED] rather than on [__USE_UNIX98]. We need this for the sbrk decl, which can be included without Unix98.