From ece7d80e58bcdc7ac02105099cda06a0b1b4918c Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 3 Apr 2011 23:57:44 +0200 Subject: [PATCH] m68k: add O_PATH to bits/fcntl.h --- ChangeLog.m68k | 1 + sysdeps/unix/sysv/linux/m68k/bits/fcntl.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.m68k b/ChangeLog.m68k index 8b6a9db..779dba1 100644 --- a/ChangeLog.m68k +++ b/ChangeLog.m68k @@ -1,6 +1,7 @@ 2011-04-03 Andreas Schwab * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Update comments. + (O_PATH): Define. 2011-03-06 Andreas Schwab diff --git a/sysdeps/unix/sysv/linux/m68k/bits/fcntl.h b/sysdeps/unix/sysv/linux/m68k/bits/fcntl.h index 3bbc1bf..aecf214 100644 --- a/sysdeps/unix/sysv/linux/m68k/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/m68k/bits/fcntl.h @@ -51,7 +51,8 @@ #endif #ifdef __USE_GNU # define O_DIRECT 0200000 /* Direct disk access. */ -# define O_NOATIME 01000000 /* Do not set atime. */ +# define O_NOATIME 01000000 /* Do not set atime. */ +# define O_PATH 010000000 /* Resolve pathname but do not open file. */ #endif /* For now Linux has synchronisity options for data and read operations. -- 2.7.4