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/5600] New: on 32bit platforms struct signalfd_siginfo in sys/siganlfd.h should be 128 bytes not 124


When trying to use struct signalfd_siginfo to read from a signalfd fd, the
struct should be 128 bytes which it is on 64bit platforms. The issue appears to
be the 
uintptr_t ssi_ptr entry.  The kernel's headers has this as a 64bit integer.

-- 
           Summary: on 32bit platforms struct signalfd_siginfo in
                    sys/siganlfd.h should be 128 bytes not 124
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P3
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: androsyn at ratbox dot org
                CC: glibc-bugs at sources dot redhat dot com


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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