Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3).

Change-Id: I426109db25e907980d6cb3a7a695796e45783b78
This commit is contained in:
Irina Tirdea
2012-09-08 09:17:54 +03:00
committed by Elliott Hughes
parent 4a9b7c694a
commit b5f053b5a7
11 changed files with 368 additions and 185 deletions

View File

@@ -22,6 +22,7 @@ test_src_files = \
getcwd_test.cpp \
pthread_test.cpp \
regex_test.cpp \
string_test.cpp \
test_dynamic_ldflags = -Wl,--export-dynamic -Wl,-u,DlSymTestFunction
test_dynamic_src_files = \