Removed foreign statements.

This commit is contained in:
mainzelm 2001-09-07 15:14:50 +00:00
parent 9f119a5ef7
commit e6ccf4cf1f
1 changed files with 0 additions and 9 deletions

View File

@ -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")