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 build/18870] New: sem_open.c fails to compile with missing symbol FUTEX_SHARED


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

            Bug ID: 18870
           Summary: sem_open.c fails to compile with missing symbol
                    FUTEX_SHARED
           Product: glibc
           Version: 2.22
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: bneumeier at gmail dot com
                CC: carlos at redhat dot com
  Target Milestone: ---

Created attachment 8551
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8551&action=edit
Add missing include directive.

In 2.22 and master, when doing a x86_64-pc-linux-gnu to sparc-pc-linux-gnu
cross-toolchain build, sem_open.c fails to compile because it can't find
FUTEX_SHARED. It looks to me like an include directive got missed.

The attached fixes it for me on 2.22.

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