public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/4] alpha: Define O_PATH.
@ 2012-04-27  2:08 Matt Turner
  2012-04-27  2:08 ` [PATCH 2/4] alpha: Use const instead of __const Matt Turner
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Matt Turner @ 2012-04-27  2:08 UTC (permalink / raw)
  To: Richard Henderson; +Cc: libc-ports, Matt Turner

---
 ChangeLog.alpha                            |    4 ++++
 sysdeps/unix/sysv/linux/alpha/bits/fcntl.h |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/ChangeLog.alpha b/ChangeLog.alpha
index c25d3f1..086faba 100644
--- a/ChangeLog.alpha
+++ b/ChangeLog.alpha
@@ -1,3 +1,7 @@
+2012-04-26  Matt Turner  <mattst88@gmail.com>
+
+	* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_PATH): Define.
+
 2012-03-27  Richard Henderson  <rth@twiddle.net>
 
 	* sysdeps/alpha/elf/configure.in: Move to ...
diff --git a/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h b/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h
index d6b7b4d..4c55071 100644
--- a/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h
@@ -52,6 +52,7 @@
 #ifdef __USE_GNU
 # define O_DIRECT	02000000 /* Direct disk access.  */
 # define O_NOATIME	04000000 /* Do not set atime.  */
+# define O_PATH		040000000 /* Resolve pathname but do not open file.  */
 #endif
 
 #ifdef __USE_LARGEFILE64
-- 
1.7.3.4

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-04-27  2:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-27  2:08 [PATCH 1/4] alpha: Define O_PATH Matt Turner
2012-04-27  2:08 ` [PATCH 2/4] alpha: Use const instead of __const Matt Turner
2012-04-27  2:26   ` Mike Frysinger
2012-04-27  2:08 ` [PATCH 3/4] alpha: Remove __STDC__ conditionals Matt Turner
2012-04-27  2:28   ` Mike Frysinger
2012-04-27  2:08 ` [PATCH 4/4] alpha: Update bits/mman.h Matt Turner
2012-04-27  2:29   ` Mike Frysinger
2012-04-27  2:26 ` [PATCH 1/4] alpha: Define O_PATH Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).