Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3).
Change-Id: I426109db25e907980d6cb3a7a695796e45783b78
This commit is contained in:

committed by
Elliott Hughes

parent
4a9b7c694a
commit
b5f053b5a7
@@ -125,6 +125,8 @@ extern int kill(pid_t, int);
|
||||
extern int killpg(int pgrp, int sig);
|
||||
extern int sigaltstack(const stack_t *ss, stack_t *oss);
|
||||
|
||||
extern void psiginfo(const siginfo_t* si, const char* message);
|
||||
extern void psignal(int signal_number, const char* message);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user