public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/14106] New: _FILE_OFFSET_BITS=64 goes outside standard namespace
@ 2012-05-14 10:51 jsm28 at gcc dot gnu.org
  2012-05-14 12:39 ` [Bug libc/14106] " bugdal at aerifal dot cx
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-05-14 10:51 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14106

             Bug #: 14106
           Summary: _FILE_OFFSET_BITS=64 goes outside standard namespace
           Product: glibc
           Version: 2.15
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jsm28@gcc.gnu.org
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


Building with -D_FILE_OFFSET_BITS=64 uses names that should be in the user's
namespace.  For example,

#include <stdio.h>
#include <stdlib.h>

void fopen64 (void) { abort (); }

int
main (void)
{
  fopen ("/dev/null", "r");
  return 0;
}

built with -std=c99 -D_FILE_OFFSET_BITS=64 on x86 aborts.

All the function redirects for _FILE_OFFSET_BITS=64 should be to functions in
the implementation namespace.  This applies to POSIX interfaces as well as to
ISO C ones.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-25 11:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-14 10:51 [Bug libc/14106] New: _FILE_OFFSET_BITS=64 goes outside standard namespace jsm28 at gcc dot gnu.org
2012-05-14 12:39 ` [Bug libc/14106] " bugdal at aerifal dot cx
2012-05-14 13:02 ` joseph at codesourcery dot com
2014-06-25 11:00 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).