public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/13150] New: undefined preprocessor symbol in glob.h
@ 2011-09-02 20:35 aurelien at aurel32 dot net
  2011-09-05 21:32 ` [Bug libc/13150] " drepper.fsp at gmail dot com
  2014-06-27 12:10 ` fweimer at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: aurelien at aurel32 dot net @ 2011-09-02 20:35 UTC (permalink / raw)
  To: glibc-bugs

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

             Bug #: 13150
           Summary: undefined preprocessor symbol in glob.h
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: aurelien@aurel32.net
    Classification: Unclassified
              Host: x86_64-unknown-linux-gnu
            Target: x86_64-unknown-linux-gnu
             Build: x86_64-unknown-linux-gnu


Created attachment 5918
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5918
Patch to fix the issue

#if __USE_FILE_OFFSET64 && __GNUC__ < 2

Without __USE_FILE_OFFSET64 defined, this will use an undefined preprocessor
symbol in an #if (rather than an #ifdef or an #if defined()).  A few lines
later, glob.h does the same test correctly:

#if !defined __USE_FILE_OFFSET64 || __GNUC__ < 2

The attached patch fixes the issue.

-- 
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] 3+ messages in thread

* [Bug libc/13150] undefined preprocessor symbol in glob.h
  2011-09-02 20:35 [Bug libc/13150] New: undefined preprocessor symbol in glob.h aurelien at aurel32 dot net
@ 2011-09-05 21:32 ` drepper.fsp at gmail dot com
  2014-06-27 12:10 ` fweimer at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: drepper.fsp at gmail dot com @ 2011-09-05 21:32 UTC (permalink / raw)
  To: glibc-bugs

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

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-09-05 21:31:55 UTC ---
I've added a patch.

-- 
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] 3+ messages in thread

* [Bug libc/13150] undefined preprocessor symbol in glob.h
  2011-09-02 20:35 [Bug libc/13150] New: undefined preprocessor symbol in glob.h aurelien at aurel32 dot net
  2011-09-05 21:32 ` [Bug libc/13150] " drepper.fsp at gmail dot com
@ 2014-06-27 12:10 ` fweimer at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: fweimer at redhat dot com @ 2014-06-27 12:10 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=13150

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-06-27 12:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-02 20:35 [Bug libc/13150] New: undefined preprocessor symbol in glob.h aurelien at aurel32 dot net
2011-09-05 21:32 ` [Bug libc/13150] " drepper.fsp at gmail dot com
2014-06-27 12:10 ` 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).