diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-07 19:41:38 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-07 19:41:38 +0000 |
commit | cbe6e12006557983c2aa00190d25c30330b8b2bf (patch) | |
tree | 301038064df3e103b8d1ac1125ed7471851552b4 /ChangeLog | |
parent | 1b1264433382dd06d6fb7fa80a822f62ab6076fe (diff) | |
download | glibc-cbe6e12006557983c2aa00190d25c30330b8b2bf.zip glibc-cbe6e12006557983c2aa00190d25c30330b8b2bf.tar.gz glibc-cbe6e12006557983c2aa00190d25c30330b8b2bf.tar.bz2 |
conformtest: Fix setenv / unsetenv expectations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |