xref: /csrg-svn/lib/libc/sys/sigaction.s (revision 38801)
138800Skarels/*
238800Skarels * Copyright (c) 1989 Regents of the University of California.
338800Skarels * All rights reserved.
438800Skarels *
538800Skarels * Redistribution and use in source and binary forms are permitted
638800Skarels * provided that the above copyright notice and this paragraph are
738800Skarels * duplicated in all such forms and that any documentation,
838800Skarels * advertising materials, and other materials related to such
938800Skarels * distribution and use acknowledge that the software was developed
1038800Skarels * by the University of California, Berkeley.  The name of the
1138800Skarels * University may not be used to endorse or promote products derived
1238800Skarels * from this software without specific prior written permission.
1338800Skarels * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1438800Skarels * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1538800Skarels * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1638800Skarels */
1738800Skarels
1838800Skarels#if defined(SYSLIBC_SCCS) && !defined(lint)
19*38801Skarels	.asciz "@(#)sigaction.s	5.1 (Berkeley) 08/27/89"
2038800Skarels#endif /* SYSLIBC_SCCS and not lint */
2138800Skarels
2238800Skarels#include "SYS.h"
2338800Skarels
2438800SkarelsSYSCALL(sigaction)
2538800Skarels	ret
26