aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-03-27 01:09:25 +0000
committerRoland McGrath <roland@gnu.org>2000-03-27 01:09:25 +0000
commita7ca88b86b1fc05bef72e610f4dc627f1f1796de (patch)
tree854a829f98842974c469673d20eaceb42162ae0a
parent9aae89cedc69263b44258519ed64c5b0b411e84a (diff)
downloadglibc-a7ca88b86b1fc05bef72e610f4dc627f1f1796de.zip
glibc-a7ca88b86b1fc05bef72e610f4dc627f1f1796de.tar.gz
glibc-a7ca88b86b1fc05bef72e610f4dc627f1f1796de.tar.bz2
* include/shlib-compat.h: Include <abi-versions.h> unconditionally.
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dcf10c5..f147de7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2000-03-26 Roland McGrath <roland@baalperazim.frob.com>
+ * include/shlib-compat.h: Include <abi-versions.h> 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.