Support for setitimer(ITIMER_REAL).
This commit is contained in:
7
lib/syscall/getitimer.s
Normal file
7
lib/syscall/getitimer.s
Normal file
@@ -0,0 +1,7 @@
|
||||
.sect .text
|
||||
.extern __getitimer
|
||||
.define _getitimer
|
||||
.align 2
|
||||
|
||||
_getitimer:
|
||||
jmp __getitimer
|
||||
Reference in New Issue
Block a user