repo.or.cz
/
trinity.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
split up constants.h some
[trinity.git]
/
syscalls
/
getpagesize.c
blob
f9a696da6b9eb062d53a5bdaa03e51edf087955c
1
/*
2
* sys_getpagesize (void)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_getpagesize
= {
7
.
flags
=
BORING
,
8
.
name
=
"getpagesize"
,
9
.
num_args
=
0
,
10
};