repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
lib
/
libc
/
compat
/
arch
/
powerpc
/
sys
/
compat_sigaction13.S
blob
42c5ed6b49093b84c638bf39dfe565780a3b6208
1
/* $NetBSD: compat_sigaction13.S,v 1.1 2006/02/18 00:21:28 matt 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)