minix/lib/libc/syscall/execle.S

7 lines
80 B
ArmAsm
Raw Normal View History

#include <machine/asm.h>
IMPORT(_execle)
ENTRY(execle)
jmp _C_LABEL(_execle)
2005-04-21 16:53:53 +02:00