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/12344] New: HPPA has invalid _CLOEXEC and _NONBLOCK values in multiple headers


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

           Summary: HPPA has invalid _CLOEXEC and _NONBLOCK values in
                    multiple headers
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: carlos@systemhalted.org
        ReportedBy: gmsoft@tuxicoman.be


Created attachment 5163
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5163
_CLOEXEC and _NONBLOCK patch

The attached patch is just a copy of the common headers with the _CLOEXEC and
_NONBLOCK values updated.

This causes run time failure with lots of applications such as udev, apr, ...


2011-12-23  Guy Martin <gmsoft@tuxicoman.be>

    * ports/sysdeps/unix/sysv/linux/hppa/sys/epoll.h
    Fix EPOLL_CLOEXEC and EPOLL_NONBLOCK to match kernel definition.
    * ports/sysdeps/unix/sysv/linux/hppa/sys/eventfd.h
    Fix EFD_CLOEXEC and EFD_NONBLOCK to match kernel definition.
    * ports/sysdeps/unix/sysv/linux/hppa/sys/inotify.h
    Fix IN_CLOEXEC and IN_NONBLOCK to match kernel definition.
    * ports/sysdeps/unix/sysv/linux/hppa/sys/signalfd.h
    Fix SFD_CLOEXEC and SFD_NONBLOCK to match kernel definition.
    * ports/sysdeps/unix/sysv/linux/hppa/sys/timerfd.h
    Fix TFD_CLOEXEC and TFD_NONBLOCK to match kernel definition.

-- 
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.


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