repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
HAMMER 61E/Many: Stabilization, Performance
[dragonfly.git]
/
sys
/
emulation
/
linux
/
linux_sysproto.h
blob
384e631e8c7c626c7e7af9f5dfda056674cc9910
1
/* $DragonFly: src/sys/emulation/linux/linux_sysproto.h,v 1.1 2005/10/08 11:41:11 corecode Exp $ */
2
3
#ifndef LINUX_SYSPROTO
4
#define LINUX_SYSPROTO
5
6
int
linux_nosys
(
struct
nosys_args
*);
7
8
#endif