repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated to fedora-glibc-20090218T1534
[glibc.git]
/
sysdeps
/
unix
/
sysv
/
linux
/
i386
/
call_fallocate.S
blob
39ab7979cc3b50ba341b7de6e9bf94fd7a00cf93
1
#include <sysdep.h>
2
3
#ifdef __NR_fallocate
4
PSEUDO_ERRVAL (__call_fallocate, fallocate, 6)
5
ret_ERRVAL
6
PSEUDO_END_ERRVAL(__call_fallocate)
7
#endif