Refresh android-20 headers/libs
bionic: adfc007dbf936bd021d79ba2d2c360a3cfc77be9 5/19 2014 Change-Id: I4836f04d9b5b68abe7896e246c9dffa2e175e4ca
This commit is contained in:
@@ -60,6 +60,12 @@ typedef int sig_atomic_t;
|
||||
#define _NSIG (_KERNEL__NSIG + 1)
|
||||
#define NSIG _NSIG
|
||||
|
||||
/* We take a few real-time signals for ourselves. May as well use the same names as glibc. */
|
||||
#define SIGRTMIN (__libc_current_sigrtmin())
|
||||
#define SIGRTMAX (__libc_current_sigrtmax())
|
||||
extern int __libc_current_sigrtmin(void);
|
||||
extern int __libc_current_sigrtmax(void);
|
||||
|
||||
extern const char* const sys_siglist[];
|
||||
extern const char* const sys_signame[]; /* BSD compatibility. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user