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-172-gfb59b3a


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  fb59b3a4f54777652dc877a1df0fcc009b741d87 (commit)
      from  af1dd5d680f6c454382771334de2c05456418f49 (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=fb59b3a4f54777652dc877a1df0fcc009b741d87

commit fb59b3a4f54777652dc877a1df0fcc009b741d87
Author: David S. Miller <davem@davemloft.net>
Date:   Thu Feb 16 14:56:54 2012 -0800

    Add O_FSYNC define to sparc just like other platforms.

diff --git a/ChangeLog b/ChangeLog
index d106b06..08460a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
 
 2012-02-16  David S. Miller  <davem@davemloft.net>
 
+	[BZ #11494]
+	* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
+
 	* sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
 	* sysdeps/sparc/crti.S: New file.
 	* sysdeps/sparc/crtn.S: New file.
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h
index 7f6c8cd..7ce09da 100644
--- a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h
@@ -39,6 +39,7 @@
 #define O_TRUNC		0x0400	/* not fcntl */
 #define O_EXCL		0x0800	/* not fcntl */
 #define O_SYNC		0x802000
+#define O_FSYNC		O_SYNC
 #define O_NONBLOCK	0x4000
 #define O_NDELAY	(0x0004 | O_NONBLOCK)
 #define O_NOCTTY	0x8000	/* not fcntl */

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

Summary of changes:
 ChangeLog                                  |    3 +++
 sysdeps/unix/sysv/linux/sparc/bits/fcntl.h |    1 +
 2 files changed, 4 insertions(+), 0 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]