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.13-55-g46998f7


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  46998f745736b3c8df5901a27b6c2a19f5cc5e98 (commit)
      from  034c4e1503b3e5c3d621a5fd0994b10506f563eb (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=46998f745736b3c8df5901a27b6c2a19f5cc5e98

commit 46998f745736b3c8df5901a27b6c2a19f5cc5e98
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Fri Apr 1 08:22:49 2011 -0400

    Define AT_EMPTY_PATH.

diff --git a/ChangeLog b/ChangeLog
index 393acb8..b9c96d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-01  Ulrich Drepper  <drepper@gmail.com>
+
+	* io/fcntl.h (AT_EMPTY_PATH): Define.
+
 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
 
 	* sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
diff --git a/io/fcntl.h b/io/fcntl.h
index 0b6b047..597c872 100644
--- a/io/fcntl.h
+++ b/io/fcntl.h
@@ -112,6 +112,7 @@ __BEGIN_DECLS
 # define AT_SYMLINK_FOLLOW	0x400	/* Follow symbolic links.  */
 # define AT_NO_AUTOMOUNT	0x800	/* Suppress terminal automount
 					   traversal.  */
+# define AT_EMPTY_PATH		0x1000	/* Allow empty relative pathname.  */
 # define AT_EACCESS		0x200	/* Test access permitted for
 					   effective IDs, not real IDs.  */
 #endif

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

Summary of changes:
 ChangeLog  |    4 ++++
 io/fcntl.h |    1 +
 2 files changed, 5 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]