[Bug 1707] New: Recent signal.h from Newlib breaks RTEMS build

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Fri Oct 1 13:05:37 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1707

           Summary: Recent signal.h from Newlib breaks RTEMS build
           Product: Tools
           Version: unspecified
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Newlib
        AssignedTo: ralf.corsepius at rtems.org
        ReportedBy: sebastian.huber at embedded-brains.de


The current 'newlib/libc/include/signal.h' defines this:

#ifndef _POSIX_SOURCE
typedef _sig_func_ptr sighandler_t;    /* glibc naming */
#endif /* !_POSIX_SOURCE */

This results in a build error of 'cpukit/posix/src/signal_2.c' due to:

typedef void (*sighandler_t)(int);

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list