OSDN Git Service

Only have one copy of the kernel_sigset_t hack, and add more tests.
authorElliott Hughes <enh@google.com>
Thu, 10 Jan 2013 22:42:14 +0000 (14:42 -0800)
committerElliott Hughes <enh@google.com>
Thu, 10 Jan 2013 22:42:14 +0000 (14:42 -0800)
commitc5d028fc913de84a781bd61084bf7ae2182fd48e
tree9086acc9c039dad30feca8a8d80ca7af04b061e1
parent2bbb8fac61e482dd96386620cc6f7f193e9c6840
Only have one copy of the kernel_sigset_t hack, and add more tests.

Change-Id: I377522fcba6fb4b5fd2754ab15b091014bd7c16f
libc/Android.mk
libc/bionic/pthread.c
libc/bionic/pthread_sigmask.cpp [new file with mode: 0644]
libc/bionic/signalfd.cpp
libc/bionic/sigwait.cpp [moved from libc/bionic/sigwait.c with 50% similarity]
libc/private/kernel_sigset_t.h [new file with mode: 0644]
tests/pthread_test.cpp
tests/signal_test.cpp