diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-09-14 00:21:17 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-09-14 00:21:17 +0000 |
commit | 0e9632755a4c31edfe3138c09d35334d2cfb6121 (patch) | |
tree | 542cb1e6ea5272639b257ecda66da92c09fa95cc /lib/libc/arch/hppa/sys/sigsuspend.S | |
parent | 5e46f49c8382dbc99ab1adfe3f03136c097306f6 (diff) |
some basic framework
Diffstat (limited to 'lib/libc/arch/hppa/sys/sigsuspend.S')
-rw-r--r-- | lib/libc/arch/hppa/sys/sigsuspend.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/arch/hppa/sys/sigsuspend.S b/lib/libc/arch/hppa/sys/sigsuspend.S new file mode 100644 index 00000000000..73850ca079f --- /dev/null +++ b/lib/libc/arch/hppa/sys/sigsuspend.S @@ -0,0 +1,5 @@ +#include "SYS.h" + +RSYSCALL(sigsuspend) + + .end |