This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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/13012] New: build fails because glibc internal __SIGRTMINis being accessed


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

           Summary: build fails because glibc internal __SIGRTMIN is being
                    accessed
           Product: gdb
           Version: 7.2
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build
        AssignedTo: unassigned@sourceware.org
        ReportedBy: wkor97gy0eef1fr@p.mintemail.com


using an alternate libc (musl 0.7.2) the build fails.

linux-nat.c: In function `lin_thread_get_thread_signals':
linux-nat.c:5777: error: `__SIGRTMIN' undeclared (first use in this function)

solution: use SIGRTMIN ?

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