<unistd.h>: Use types which we actually have.
authorSascha Wildner <saw@online.de>
Sat, 13 Feb 2016 09:02:08 +0000 (10:02 +0100)
committerSascha Wildner <saw@online.de>
Sat, 13 Feb 2016 09:02:08 +0000 (10:02 +0100)
commit89d02fdbbf6da8f97e520a0a65364ca611d49e66
tree49fe5423aef5f984cdfd3a61dc35785718956f9b
parent0a02ff72ed0d9403f526b441c40c1b7efe616cef
<unistd.h>: Use types which we actually have.

This is dead code at the moment because <unistd.h> includes
<sys/types.h>, leading to these types being already defined
at this point. This commit prepares for the day when we
remove <sys/types.h> from all headers which do not actually
need it.

We should probably have __gid_t and __uid_t.
include/unistd.h