xref: /csrg-svn/lib/libc/sys/getuid.s (revision 9473)
1/* getuid.s 4.1 82/12/04 */
2
3#include "SYS.h"
4
5SYSCALL(getuid)
6	ret		# uid = getuid();
7