ack/mach/sun2/libsys/_fcntl.s
1990-01-22 11:56:01 +00:00

5 lines
126 B
ArmAsm

#include "syscall.h"
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define __fcntl
__fcntl: SYSTEM(SYS_fcntl)