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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
compat
/
linux32
/
linux32_syscalls.c
blob
25bdeea0d7d973d9b7af1f190c3034e8cf45b34e
1
/* $NetBSD$ */
2
3
#include <sys/cdefs.h>
4
__KERNEL_RCSID
(
1
,
"$NetBSD$"
);
5
6
#if defined(__amd64__)
7
#include
"../../sys/compat/linux32/arch/amd64/linux32_syscalls.c"
8
#else
9
const char
*
const
linux32_syscallnames
[] = {
0
};
10
#endif