/* * Copyright (c) 1983 The Regents of the University of California. * All rights reserved. * * %sccs.include.redist.c% */ #include "SYS.h" #if defined(LIBC_SCCS) && !defined(lint) ASMSTR "@(#)geteuid.s 5.7 (Berkeley) 05/30/90" #endif /* LIBC_SCCS and not lint */ PSEUDO(geteuid,getuid) movl r1,r0 ret /* euid = geteuid(); */