xref: /csrg-svn/lib/libc/tahoe/sys/geteuid.s (revision 42648)
129458Ssam/*
229458Ssam * Copyright (c) 1983 Regents of the University of California.
334389Sbostic * All rights reserved.
434389Sbostic *
5*42648Sbostic * %sccs.include.redist.c%
629458Ssam */
729458Ssam
834389Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint)
9*42648Sbostic	.asciz "@(#)geteuid.s	5.4 (Berkeley) 06/01/90"
1034389Sbostic#endif /* SYSLIBC_SCCS and not lint */
1129458Ssam
1229458Ssam#include "SYS.h"
1329458Ssam
1429458SsamPSEUDO(geteuid,getuid)
1529458Ssam	movl	r1,r0
1629458Ssam	ret		# euid = geteuid();
17