5 lines
127 B
ArmAsm
5 lines
127 B
ArmAsm
#include "syscall.h"
|
|
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
|
|
.define _fchmod
|
|
_fchmod: SYSTEM(SYS_fchmod)
|