This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: using _FILE_OFFSET_BITS=64 with a non-gcc compiler

[Get raw message]
Bruno Haible <haible@ilog.fr> writes:

> Since the symbols 'dirent64' and 'rlimit64' are not mentioned by
> POSIX, this patch doesn't violate POSIX namespacing.

Of course it does.  Every symbol defined in system headers which is in
the user namespace (and all these symbols are) must be defined or
reserved in the standard.  Otherwise it's a violation.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]