git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
feat: support for SIGALRM
[lunaix-os.git]
/
lunaix-os
/
kernel
/
asm
/
x86
/
syscall.S
diff --git
a/lunaix-os/kernel/asm/x86/syscall.S
b/lunaix-os/kernel/asm/x86/syscall.S
index e97cc6f1fc56a383d2bbc457a0de07814472243e..d69dd740401f823113b571587252e70ba52ccc8d 100644
(file)
--- a/
lunaix-os/kernel/asm/x86/syscall.S
+++ b/
lunaix-os/kernel/asm/x86/syscall.S
@@
-21,6
+21,9
@@
.long __lxsys_sigreturn
.long __lxsys_sigprocmask
.long __lxsys_signal
+ .long __lxsys_pause
+ .long __lxsys_kill /* 15 */
+ .long __lxsys_alarm
2:
.rept __SYSCALL_MAX - (2b - 1b)/4
.long 0