devctl.h: update for POSIX-1.2024
[newlib-cygwin.git] / newlib / libc / sys / sysvi386 / alarm.S
blobf31b3d380c59c1fad1a4f632e9198bc3711cfefc
1         .globl  _alarm
2 _alarm:
3         movl    $0x1b, %eax
4         lcall   $7,$0
5         ret