platform_bionic/libc/include/machine
Dan Albert 75ef63d6cf Move some pthread functions to signal.h.
POSIX specifies that pthread_kill(3) and pthread_sigmask(3) are
supposed to live in signal.h rather than pthread.h.

Since signal.h now needs pthread_t and pthread_attr_t, I've moved
those defintions into include/machine/pthread_types.h to keep the
namespace clean. I also sorted some includes. The combination of these
two things seems to have exploded into a cascade of missing includes,
so this patch also cleans up all those.

Change-Id: Icfa92a39432fe83f542a797e5a113289d7e4ad0c
2014-11-21 10:26:09 -08:00
..
ieee.h Clean up <machine/ieee.h>. 2014-04-16 16:31:17 -07:00
posix_limits.h limits.h: add define for HOST_NAME_MAX 2014-10-30 10:59:24 +08:00
pthread_types.h Move some pthread functions to signal.h. 2014-11-21 10:26:09 -08:00
wchar_limits.h Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN. 2014-04-21 18:09:46 -07:00