support _POSIX_REALTIME_SIGNALS
Bug: 18489947 Change-Id: I2e834d68bc10ca5fc7ebde047b517a3074179475
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include <asm/sigcontext.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <linux/time.h>
|
||||
#include <machine/pthread_types.h>
|
||||
#include <string.h>
|
||||
#include <sys/cdefs.h>
|
||||
@@ -133,6 +134,10 @@ extern void psignal(int, const char*);
|
||||
extern int pthread_kill(pthread_t, int);
|
||||
extern int pthread_sigmask(int, const sigset_t*, sigset_t*);
|
||||
|
||||
extern int sigqueue(pid_t, int, const union sigval);
|
||||
extern int sigtimedwait(const sigset_t*, siginfo_t*, const struct timespec*);
|
||||
extern int sigwaitinfo(const sigset_t*, siginfo_t*);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#endif /* _SIGNAL_H_ */
|
||||
|
Reference in New Issue
Block a user