1*29467Ssam/* 2*29467Ssam * Copyright (c) 1983 Regents of the University of California. 3*29467Ssam * All rights reserved. The Berkeley software License Agreement 4*29467Ssam * specifies the terms and conditions for redistribution. 5*29467Ssam */ 6*29467Ssam 7*29467Ssam#ifdef SYSLIBC_SCCS 8*29467Ssam_sccsid:.asciz "@(#)getuid.s 5.1 (Berkeley) 07/02/86" 9*29467Ssam#endif SYSLIBC_SCCS 10*29467Ssam 11*29467Ssam#include "SYS.h" 12*29467Ssam 13*29467SsamSYSCALL(getuid) 14*29467Ssam ret # uid = getuid(); 15