Removed foreign statements.
This commit is contained in:
parent
9f119a5ef7
commit
e6ccf4cf1f
|
@ -30,15 +30,6 @@
|
|||
;;; ENABLED-INTERRUPTS
|
||||
;;; Must define WITH-INTERRUPTS* and WITH-INTERRUPTS.
|
||||
|
||||
(foreign-init-name "sighandlers")
|
||||
|
||||
(foreign-source
|
||||
"extern int errno;"
|
||||
""
|
||||
"/* Make sure foreign-function stubs interface to the C funs correctly: */"
|
||||
"#include \"sighandlers1.h\""
|
||||
"" "")
|
||||
|
||||
;;; Map a Unix async signal to its S48 interrupt value.
|
||||
;;; -1 => Not defined.
|
||||
(define-stubless-foreign %signal->interrupt (sig) "sig2interrupt")
|
||||
|
|
Loading…
Reference in New Issue