1*35769Smarc/* 2*35769Smarc * Copyright (c) 1983 Regents of the University of California. 3*35769Smarc * All rights reserved. 4*35769Smarc * 5*35769Smarc * Redistribution and use in source and binary forms are permitted 6*35769Smarc * provided that the above copyright notice and this paragraph are 7*35769Smarc * duplicated in all such forms and that any documentation, 8*35769Smarc * advertising materials, and other materials related to such 9*35769Smarc * distribution and use acknowledge that the software was developed 10*35769Smarc * by the University of California, Berkeley. The name of the 11*35769Smarc * University may not be used to endorse or promote products derived 12*35769Smarc * from this software without specific prior written permission. 13*35769Smarc * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 14*35769Smarc * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 15*35769Smarc * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 16*35769Smarc */ 17*35769Smarc 18*35769Smarc#if defined(SYSLIBC_SCCS) && !defined(lint) 19*35769Smarc .asciz "@(#)setsid.s 1.1 (Berkeley) 10/07/88" 20*35769Smarc#endif /* SYSLIBC_SCCS and not lint */ 21*35769Smarc 22*35769Smarc#include "SYS.h" 23*35769Smarc 24*35769SmarcSYSCALL(setsid) 25*35769Smarc ret # 26