This is the mail archive of the glibc-bugs@sourceware.org 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]
Other format: [Raw text]

[Bug libc/23349] New: Various glibc headers no longer compatible with <linux/time.h>


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

            Bug ID: 23349
           Summary: Various glibc headers no longer compatible with
                    <linux/time.h>
           Product: glibc
           Version: 2.28
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: fweimer at redhat dot com
          Reporter: fweimer at redhat dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---
             Flags: security-

Many glibc headers which appear to be unrelated to struct timespec can no
longer be included along with <linux/time.h>.  For example:

#include <signal.h>
#include <linux/time.h>

Order does not matter.  This leads to GCC build problems, among other things.

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

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