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