]> sourceware.org Git - newlib-cygwin.git/commit
Move pthread types to <sys/_pthreadtypes.h>
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Wed, 16 Nov 2016 13:51:31 +0000 (14:51 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 17 Nov 2016 10:33:15 +0000 (11:33 +0100)
commite655d3d34be6922158bf7c8256c1d3ad8544957d
tree5db74a3797b60f37920828b20a2cdf1ce5be3fd3
parentba49de472f7ec17df8189c3c011dbf90a576e04b
Move pthread types to <sys/_pthreadtypes.h>

This makes it possible provide operating system specific types for
<pthread.h>.  It is in line with the FreeBSD header file structure and
allows a future cleanup of <pthread.h> to not expose unrelated things
via <sys/types.h> and <unistd.h>.  Glibc uses the similar
<bits/pthreadtypes.h> for this purpose.

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
newlib/libc/include/pthread.h
newlib/libc/include/sys/_pthreadtypes.h [new file with mode: 0644]
newlib/libc/include/sys/types.h
newlib/libc/sys/rtems/include/sys/_pthreadtypes.h [new file with mode: 0644]
winsup/cygwin/include/machine/types.h
winsup/cygwin/include/sys/_pthreadtypes.h [new file with mode: 0644]
This page took 0.032197 seconds and 5 git commands to generate.