mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 09:40:13 +00:00
8 lines
145 B
ArmAsm
8 lines
145 B
ArmAsm
|
#include <sysdep.h>
|
||
|
|
||
|
#ifdef __NR_fallocate
|
||
|
PSEUDO_ERRVAL (__call_fallocate, fallocate, 6)
|
||
|
ret_ERRVAL
|
||
|
PSEUDO_END_ERRVAL(__call_fallocate)
|
||
|
#endif
|