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.15-240-g84ad622


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  84ad622bbf4b1c22f68414532f5a8a88557bf9bd (commit)
      from  4579f81caf7fbfd17db43699e6352a8e4c26421f (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=84ad622bbf4b1c22f68414532f5a8a88557bf9bd

commit 84ad622bbf4b1c22f68414532f5a8a88557bf9bd
Author: Roland McGrath <roland@hack.frob.com>
Date:   Mon Feb 27 13:58:42 2012 -0800

    Add missing fcntl.h include in some aio tests.

diff --git a/ChangeLog b/ChangeLog
index 7210eb7..22dd447 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-02-27  Roland McGrath  <roland@hack.frob.com>
 
+	* rt/tst-aio.c: Include <fcntl.h>.
+	* rt/tst-aio7.c: Likewise.
+	* rt/tst-aio64.c: Likewise.
+
 	* stdio-common/tst-fmemopen.c (main): Remove spurious const.
 
 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
@@ -14,12 +18,8 @@
 	Change to 2.6.19.
 	* sysdeps/unix/sysv/linux/configure: Regenerated.
 
-2012-02-27  Joseph Myers  <joseph@codesourcery.com>
-
 	* manual/llio.texi (fclean): Remove documentation.
 
-2012-02-27  Joseph Myers  <joseph@codesourcery.com>
-
 	* manual/Makefile (libc-texi-generated): New variable.  Include
 	version.texi.
 	(libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
diff --git a/rt/tst-aio.c b/rt/tst-aio.c
index 30b4567..1697cc2 100644
--- a/rt/tst-aio.c
+++ b/rt/tst-aio.c
@@ -1,5 +1,5 @@
 /* Tests for AIO in librt.
-   Copyright (C) 1998,2000,02 Free Software Foundation, Inc.
+   Copyright (C) 1998-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -20,6 +20,7 @@
 #include <aio.h>
 #include <errno.h>
 #include <error.h>
+#include <fcntl.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
diff --git a/rt/tst-aio64.c b/rt/tst-aio64.c
index 4eeda5b..7648da4 100644
--- a/rt/tst-aio64.c
+++ b/rt/tst-aio64.c
@@ -1,5 +1,5 @@
 /* Tests for 64bit AIO in librt.
-   Copyright (C) 1998,99,2000,02 Free Software Foundation, Inc.
+   Copyright (C) 1998-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -21,6 +21,7 @@
 #include <aio.h>
 #include <errno.h>
 #include <error.h>
+#include <fcntl.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
diff --git a/rt/tst-aio7.c b/rt/tst-aio7.c
index 327d28f..0de6088 100644
--- a/rt/tst-aio7.c
+++ b/rt/tst-aio7.c
@@ -1,5 +1,5 @@
 /* Test for AIO POSIX compliance.
-   Copyright (C) 2001,02, 03 Free Software Foundation, Inc.
+   Copyright (C) 2001-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -19,6 +19,7 @@
 #include <aio.h>
 #include <error.h>
 #include <errno.h>
+#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>

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

Summary of changes:
 ChangeLog      |    8 ++++----
 rt/tst-aio.c   |    3 ++-
 rt/tst-aio64.c |    3 ++-
 rt/tst-aio7.c  |    3 ++-
 4 files changed, 10 insertions(+), 7 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]