ack/mach/sparc/libsys/setuid.c

5 lines
37 B
C
Raw Permalink Normal View History

1991-09-20 18:14:05 +00:00
setuid(u)
{
return setreuid(u,u);
}