blob: 5b445d2c299d7a16b2d38b4460799fda212038b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* COPYRIGHT
*/
#if defined(SYSLIBC_SCCS)
.text
.asciz "$OpenBSD: sigpending.S,v 1.2 1998/08/07 01:44:06 rahnds Exp $"
#endif /* SYSLIBC_SCCS */
#include "SYS.h"
RSYSCALL(sigpending)
|