repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
devctl.h: update for POSIX-1.2024
[newlib-cygwin.git]
/
newlib
/
libc
/
sys
/
sysvi386
/
alarm.S
blob
f31b3d380c59c1fad1a4f632e9198bc3711cfefc
1
.globl _alarm
2
_alarm:
3
movl $0x1b, %eax
4
lcall $7,$0
5
ret