ack/mach/sun2/libsys/setuid.c

5 lines
37 B
C
Raw Permalink Normal View History

1987-03-03 09:37:26 +00:00
setuid(u)
{
return setreuid(u,u);
}