summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-10-04 18:07:28 +0000
committerUlrich Drepper <drepper@redhat.com>2007-10-04 18:07:28 +0000
commitb80bfc8b53153ca9aefa32ecd51ac4d6cfdbb842 (patch)
tree1e9b5dfe430789c64e1dbd0a998d5f24a4f001dd /ChangeLog
parentfae56ce808e36e8112d15189bf4337b3a39ee683 (diff)
* misc/error.h: Remove support for use outside of libc. We have to
include <features.h> now. Include <bits/error.h> if possible. * misc/bits/error.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9dd4b3540..e4ad3c8a90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-04 Ulrich Drepper <drepper@redhat.com>
+
+ * misc/error.h: Remove support for use outside of libc. We have to
+ include <features.h> now. Include <bits/error.h> if possible.
+ * misc/bits/error.h: New file.
+
2007-10-03 Jakub Jelinek
* string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,