1*21816Sdist/* 2*21816Sdist * Copyright (c) 1983 Regents of the University of California. 3*21816Sdist * All rights reserved. The Berkeley software License Agreement 4*21816Sdist * specifies the terms and conditions for redistribution. 5*21816Sdist */ 69459Smckusick 7*21816Sdist#ifndef lint 8*21816Sdiststatic char sccsid[] = "@(#)geteuid.s 5.1 (Berkeley) 06/03/85"; 9*21816Sdist#endif not lint 10*21816Sdist 119459Smckusick#include "SYS.h" 129459Smckusick 139459SmckusickPSEUDO(geteuid,getuid) 149459Smckusick movl r1,r0 159459Smckusick ret # euid = geteuid(); 16