* Make the ksym table built-in with kernel image, thus remove the need
[lunaix-os.git] / lunaix-os / hal / term / lcntls / lcntl.c
index de3334cbb408e02830a5c0289b533d24856d5a20..db146e1d84de8f915469dd184a658e47d2276ccf 100644 (file)
@@ -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;
 }