about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-11-04 09:36:53 +0000
committerUlrich Drepper <drepper@redhat.com>2002-11-04 09:36:53 +0000
commit125183201f9b764e12f87aee88889f6db1e119ab (patch)
treeaf92c1c5e293c19138cd659d436df269a3d2dcd7 /ChangeLog
parent8e96ae1a08f419829221ab7e31291606754f0a69 (diff)
downloadglibc-125183201f9b764e12f87aee88889f6db1e119ab.tar.gz
glibc-125183201f9b764e12f87aee88889f6db1e119ab.tar.xz
glibc-125183201f9b764e12f87aee88889f6db1e119ab.zip
Update.
	* include/features.h: Use __STDC_VERSION__ not __STDC_VERSION.
	Reported by Miloslav Trmac <mitr@volny.cz> [PR libc/4766].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9e5ea2651..bd37eafb6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-11-04  Ulrich Drepper  <drepper@redhat.com>
 
+	* include/features.h: Use __STDC_VERSION__ not __STDC_VERSION.
+	Reported by Miloslav Trmac <mitr@volny.cz> [PR libc/4766].
+
 	* manual/examples/dir.c: Don't include <stddef.h>.
 	* manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY.
 	Reported by Frédéric Delanoy <delanoy_f@yahoo.com>.