4.1cBSD/usr/src/lib/libc/sys/geteuid.c

Compare this file to the similar file:
Show the results in this format:

/* geteuid.c 4.1 82/12/04 */

#include "SYS.h"

PSEUDO(geteuid,getuid)
	movl	r1,r0
	ret		# euid = geteuid();