This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.23-252-g9a01886


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  9a018860a758c8273d2b430661c8242f4f86487a (commit)
      from  1876dfe4c362c8cd96361aaf5fdc6ef29e36ec2d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=9a018860a758c8273d2b430661c8242f4f86487a

commit 9a018860a758c8273d2b430661c8242f4f86487a
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Apr 27 21:28:58 2016 +0000

    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].

diff --git a/ChangeLog b/ChangeLog
index 0685aa0..17551f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-04-27  Joseph Myers  <joseph@codesourcery.com>
 
+	* conform/data/stdio.h-data (fdopen): Expect also for
+	[XPG3 || XPG4].
+
 	* conform/data/stdio.h-data (flockfile): Also expect for [UNIX98].
 	(fseeko): Likewise.
 	(ftello): Likewise.
diff --git a/conform/data/stdio.h-data b/conform/data/stdio.h-data
index 2f38225..168128e 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*)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                 |    3 +++
 conform/data/stdio.h-data |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]