about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-07 19:41:38 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-07 19:41:38 +0000
commitcbe6e12006557983c2aa00190d25c30330b8b2bf (patch)
tree301038064df3e103b8d1ac1125ed7471851552b4 /ChangeLog
parent1b1264433382dd06d6fb7fa80a822f62ab6076fe (diff)
downloadglibc-cbe6e12006557983c2aa00190d25c30330b8b2bf.tar.gz
glibc-cbe6e12006557983c2aa00190d25c30330b8b2bf.tar.xz
glibc-cbe6e12006557983c2aa00190d25c30330b8b2bf.zip
conformtest: Fix setenv / unsetenv expectations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78ce23df04..379daee9f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
 
+	* conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
+	not expect.
+	[XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
+
 	* conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
 	Change function return type to int.