From: Joseph Myers Date: Fri, 1 Apr 2011 16:29:57 +0000 (+0000) Subject: Define O_PATH for ARM. X-Git-Tag: upstream/2.30~10627^2~404 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=adb252daea96e7e160553703d477b76ff6a7781e;p=external%2Fglibc.git Define O_PATH for ARM. --- diff --git a/ChangeLog.arm b/ChangeLog.arm index a55e6a0..60f2c0b 100644 --- a/ChangeLog.arm +++ b/ChangeLog.arm @@ -1,5 +1,9 @@ 2011-04-01 Joseph Myers + * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (O_PATH): Define. + +2011-04-01 Joseph Myers + * sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Define struct file_handle and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle. Augment a few comments. diff --git a/sysdeps/unix/sysv/linux/arm/bits/fcntl.h b/sysdeps/unix/sysv/linux/arm/bits/fcntl.h index 6a5f89a..aa2d36c 100644 --- a/sysdeps/unix/sysv/linux/arm/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/arm/bits/fcntl.h @@ -53,6 +53,7 @@ #ifdef __USE_GNU # define O_DIRECT 0200000 /* Direct disk access. */ # 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.