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 nptl/5923] New: glibc HEAD compile failure on hppa with --enable-kernel=2.6.22 or higher


When using --enable-kernel=2.6.22 or higher, __ASSUME_PRIVATE_FUTEX becomes
defined (see sysdeps/unix/sysv/linux/kernel-features.h) then the following
invalid macro definition is used in
ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:114 :
 
# define lll_private_futex_timed_wait(futex, val, timeout)

Attached patch solves the problem

-- 
           Summary: glibc HEAD compile failure on hppa with --enable-
                    kernel=2.6.22 or higher
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
        AssignedTo: drepper at redhat dot com
        ReportedBy: gmsoft at tuxicoman dot be
                CC: carlos at systemhalted dot org,glibc-bugs at sources dot
                    redhat dot com


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

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