[PATCH] decode open's O_TMPFILE

enh enh at google.com
Wed Nov 19 21:47:38 UTC 2014


s/liraries/libraries/

On Wed, Nov 19, 2014 at 1:36 PM, Mike Frysinger <vapier at gentoo.org> wrote:
> * xlat/open_mode_flags.in: Add O_TMPFILE definition.
> ---
>  xlat/open_mode_flags.in | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/xlat/open_mode_flags.in b/xlat/open_mode_flags.in
> index b323f8b..a584834 100644
> --- a/xlat/open_mode_flags.in
> +++ b/xlat/open_mode_flags.in
> @@ -19,6 +19,8 @@ O_NOFOLLOW
>  O_NOATIME
>  O_CLOEXEC
>  O_PATH
> +/* The kernel & C liraries often inline O_DIRECTORY */
> +{ O_TMPFILE & ~O_DIRECTORY, "O_TMPFILE" },
>  FNDELAY
>  FAPPEND
>  FMARK
> --
> 2.1.3
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> _______________________________________________
> Strace-devel mailing list
> Strace-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/strace-devel



-- 
Elliott Hughes - http://who/enh - http://jessies.org/~enh/
Java i18n/JNI/NIO, or bionic questions? Mail me/drop by/add me as a reviewer.




More information about the Strace-devel mailing list