xref: /csrg-svn/lib/libc/sys/setsid.s (revision 41839)
135770Smarc/*
238801Skarels * Copyright (c) 1988 Regents of the University of California.
335770Smarc * All rights reserved.
435770Smarc *
535770Smarc * Redistribution and use in source and binary forms are permitted
635770Smarc * provided that the above copyright notice and this paragraph are
735770Smarc * duplicated in all such forms and that any documentation,
835770Smarc * advertising materials, and other materials related to such
935770Smarc * distribution and use acknowledge that the software was developed
1035770Smarc * by the University of California, Berkeley.  The name of the
1135770Smarc * University may not be used to endorse or promote products derived
1235770Smarc * from this software without specific prior written permission.
1335770Smarc * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1435770Smarc * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1535770Smarc * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1635770Smarc */
1735770Smarc
1835770Smarc#if defined(SYSLIBC_SCCS) && !defined(lint)
19*41839Sbostic	.asciz "@(#)setsid.s	5.2 (Berkeley) 05/12/90"
2035770Smarc#endif /* SYSLIBC_SCCS and not lint */
2135770Smarc
2235770Smarc#include "SYS.h"
2335770Smarc
2435770SmarcSYSCALL(setsid)
25*41839Sbostic	ret		/* sid = setsid(); */
26