OSDN Git Service

sigaction: Fix !HAS_REALTIME compilation
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 9 Dec 2014 13:30:39 +0000 (14:30 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 9 Dec 2014 13:30:39 +0000 (14:30 +0100)
commitffc0bd03c4c41725ed2eee2fdea296eb42d26496
tree4f239cd1c4a2e905895d87846fab7befb88ac170
parenta1b88fe87a9d2be5696247d266f5c4fd20f000bb
sigaction: Fix !HAS_REALTIME compilation

In file included from ./include/signal.h:279:0,
 from libc/sysdeps/linux/x86_64/sigaction.c:22:
./include/bits/sigaction.h:32:29: error: unknown type name 'siginfo_t'
   void (*sa_sigaction)(int, siginfo_t *, void *);

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
include/signal.h