diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-26 21:24:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-26 21:24:46 +0000 |
commit | 4c63ebaa79ad9fdbaf49fa69f94e87ef69b5e3be (patch) | |
tree | d8010267883723f1e3e1d3a6cc3fffa8aa14da9c /ChangeLog | |
parent | c7e41631b203863e5efe280446e553bbe231c549 (diff) | |
download | glibc-4c63ebaa79ad9fdbaf49fa69f94e87ef69b5e3be.tar.gz glibc-4c63ebaa79ad9fdbaf49fa69f94e87ef69b5e3be.tar.xz glibc-4c63ebaa79ad9fdbaf49fa69f94e87ef69b5e3be.zip |
Update.
2000-03-26 Roland McGrath <roland@baalperazim.frob.com> * 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 79cd539f62..dcf10c58dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-03-26 Roland McGrath <roland@baalperazim.frob.com> + + * 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. + 2000-03-20 Richard Henderson <rth@cygnus.com> * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Last |