musl/arch/powerpc
Rich Felker 648c3b4e18 change uid_t, gid_t, and id_t to unsigned types
this change is both to fix one of the remaining type (and thus C++
ABI) mismatches with glibc/LSB and to allow use of the full range of
uid and gid values, if so desired.

passwd/group access functions were not prepared to deal with unsigned
values, so they too have been fixed with this commit.
2013-07-19 01:34:28 -04:00
..
bits change uid_t, gid_t, and id_t to unsigned types 2013-07-19 01:34:28 -04:00
atomic.h fix powerpc atomic compare-and-swap function 2012-11-14 14:24:22 -05:00
pthread_arch.h PPC port cleaned up, static linking works well now. 2012-11-13 19:12:25 +01:00
reloc.h make the dynamic linker find its path file relative to its own location 2013-07-18 19:29:44 -04:00
syscall_arch.h remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 2013-03-26 23:07:31 -04:00