From: Roland McGrath Date: Fri, 4 Feb 2005 09:49:56 +0000 (+0000) Subject: 2005-02-04 Roland McGrath X-Git-Tag: v4.5.18~424 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=663a8a065c96d491cfc4f9516747d9ccac79de97;p=strace 2005-02-04 Roland McGrath * file.c (O_LARGEFILE): Omit when #undef'd because it was zero. --- diff --git a/file.c b/file.c index 630f973e..0879f863 100644 --- a/file.c +++ b/file.c @@ -245,7 +245,9 @@ const struct xlat openmodes[] = { # define O_LARGEFILE 0100000 # endif # endif +# ifdef O_LARGEFILE { O_LARGEFILE, "O_LARGEFILE" }, +# endif #endif #ifdef O_DIRECTORY { O_DIRECTORY, "O_DIRECTORY" },