repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git]
/
lib
/
libc
/
compat
/
arch
/
powerpc
/
sys
/
compat_sigaction13.S
blob
10766d7f83e60935761bc6ec7786ae6fae969166
1
/* $NetBSD: sigaction.S,v 1.2 1998/12/02 01:01:04 thorpej Exp $ */
2
3
#include "SYS.h"
4
5
WARN_REFERENCES(sigaction, \
6
"warning: reference to compatibility sigaction(); include <signal.h> for correct reference")
7
8
PSEUDO(sigaction,compat_13_sigaction13)