bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils-8.12.193-d8dc8 on OSF/1


From: Paul Eggert
Subject: Re: coreutils-8.12.193-d8dc8 on OSF/1
Date: Wed, 07 Sep 2011 07:24:51 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13

On 09/07/11 02:49, Bruno Haible wrote:
> -#include <fcntl.h>
> +/* Write "fcntl.h" here, not <fcntl.h>, otherwise OSF/1 5.1 DTK cc 
> miscompiles
> +   openat.c because that file has a preliminary #include <fcntl.h>.  */
> +#include "fcntl.h"

Thanks.  Is a similar change needed to lib/open.c,
which plays the same trick with fcntl.h?

Also, to lib/fstatat.c, lib/lstat.c, lib/stat.c,
which play a similar trick with <sys/stat.h>?

And if so, why didn't these other examples
turn up in testing?  And if not, it might not
hurt to add a comment to openat.h explaining that
the bug affects only indirect includes, or whatever
the difference is.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]