add getresuid and getresgid syscall wrappers
authorRich Felker <dalias@aerifal.cx>
Sun, 22 Apr 2012 14:37:19 +0000 (10:37 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 22 Apr 2012 14:37:19 +0000 (10:37 -0400)
commitb1b3d3525bbc50a6781f57bfe423c7e18d64f625
treec25279cb78fbc8178ef87098d58c28394ee1569f
parent80d7859f32c11826c24490cac8a8be48f737cee0
add getresuid and getresgid syscall wrappers
include/unistd.h
src/misc/getresgid.c [new file with mode: 0644]
src/misc/getresuid.c [new file with mode: 0644]