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
* Make the ksym table built-in with kernel image, thus remove the need
[lunaix-os.git]
/
lunaix-os
/
hal
/
term
/
lcntls
/
lcntl.c
diff --git
a/lunaix-os/hal/term/lcntls/lcntl.c
b/lunaix-os/hal/term/lcntls/lcntl.c
index de3334cbb408e02830a5c0289b533d24856d5a20..db146e1d84de8f915469dd184a658e47d2276ccf 100644
(file)
--- a/
lunaix-os/hal/term/lcntls/lcntl.c
+++ b/
lunaix-os/hal/term/lcntls/lcntl.c
@@
-17,7
+17,7
@@
static inline void
raise_sig(struct term* at_term, struct linebuffer* lbuf, int sig)
{
- term_sendsig(at_term,
SIGINT
);
+ term_sendsig(at_term,
sig
);
lbuf->sflags |= LSTATE_SIGRAISE;
}