Convert library asm files to GAS syntax
This commit is contained in:
7
lib/libc/syscall/setitimer.S
Normal file
7
lib/libc/syscall/setitimer.S
Normal file
@@ -0,0 +1,7 @@
|
||||
.text
|
||||
.extern __setitimer
|
||||
.globl _setitimer
|
||||
.balign 2
|
||||
|
||||
_setitimer:
|
||||
jmp __setitimer
|
||||
Reference in New Issue
Block a user