diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-04-27 21:28:58 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-04-27 21:28:58 +0000 |
commit | 9a018860a758c8273d2b430661c8242f4f86487a (patch) | |
tree | 4f44cc318d1cd974989d824343a60a4cc9820f4c /conform/data | |
parent | 1876dfe4c362c8cd96361aaf5fdc6ef29e36ec2d (diff) | |
download | glibc-9a018860a758c8273d2b430661c8242f4f86487a.tar.gz glibc-9a018860a758c8273d2b430661c8242f4f86487a.tar.xz glibc-9a018860a758c8273d2b430661c8242f4f86487a.zip |
conformtest: Correct stdio.h expectations for fdopen.
The conform/ test of stdio.h wrongly does not expect fdopen for XPG3 and XPG4. fdopen is in those standards; this patch corrects the expectations. Tested for x86_64 and x86. * conform/data/stdio.h-data (fdopen): Expect also for [XPG3 || XPG4].
Diffstat (limited to 'conform/data')
-rw-r--r-- | conform/data/stdio.h-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/stdio.h-data b/conform/data/stdio.h-data index 2f382253f4..168128eac9 100644 --- a/conform/data/stdio.h-data +++ b/conform/data/stdio.h-data @@ -60,7 +60,7 @@ function {char*} cuserid (char*) function int dprintf (int, const char*, ...) #endif function int fclose (FILE*) -#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined XPG3 && !defined XPG4 +#if !defined ISO && !defined ISO99 && !defined ISO11 function {FILE*} fdopen (int, const char*) #endif function int feof (FILE*) |