> Pushed your fix at:
> http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=b8e2c7f
Thanks!
Johannes
On 09/11/2014 12:28 PM, Johannes Zarl wrote:
> Hi,
>
> fcntl.h as supplied on many glibc systems includes sys/stat.h in an extern
> "C"
> linkage block. Together with the use of namespaces in gnulib sys/stat.h this
> results in illegal (as in against the standard) C++ code.
>
> Older gcc versi
Hi,
fcntl.h as supplied on many glibc systems includes sys/stat.h in an extern "C"
linkage block. Together with the use of namespaces in gnulib sys/stat.h this
results in illegal (as in against the standard) C++ code.
Older gcc versions seem to have diagnosed this correctly, as there is a
work