projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08efbee
)
interrupt.h: Remove rtmin[01]_handler forward declarations
author
David Lichteblau
<david@lichteblau.com>
Mon, 3 Sep 2012 11:31:27 +0000
(13:31 +0200)
committer
David Lichteblau
<david@lichteblau.com>
Fri, 7 Sep 2012 18:24:08 +0000
(20:24 +0200)
Left in accidentally from an earlier POSIX safepoint idea.
src/runtime/interrupt.h
patch
|
blob
|
history
diff --git
a/src/runtime/interrupt.h
b/src/runtime/interrupt.h
index
90fad67
..
906e5da
100644
(file)
--- a/
src/runtime/interrupt.h
+++ b/
src/runtime/interrupt.h
@@
-180,8
+180,6
@@
extern void reset_thread_control_stack_guard_page(struct thread *th);
# ifdef LISP_FEATURE_SB_THRUPTION
void thruption_handler(int signal, siginfo_t *info, os_context_t *context);
# endif
-void rtmin0_handler(int signal, siginfo_t *info, os_context_t *context);
-void rtmin1_handler(int signal, siginfo_t *info, os_context_t *context);
#endif
#endif