mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-30 04:10:44 -08:00
remove unused (sig)altstack option
This functionality has been removed long ago with commit
1472cc91ef.
This commit is contained in:
parent
fd1affa7d0
commit
9f8adbbe4e
4 changed files with 1 additions and 18 deletions
|
|
@ -157,7 +157,6 @@ The second set is related to the sizes of different stacks. Currently ECL uses f
|
|||
@item @code{LISP_STACK_SAFETY_AREA} @tab cl_index @tab 128 @tab
|
||||
@item @code{C_STACK_SIZE} @tab cl_index @tab 131072 @tab Size of C stack (not exact).
|
||||
@item @code{C_STACK_SAFETY_AREA} @tab cl_index @tab 4192 @tab
|
||||
@item @code{SIGALTSTACK_SIZE} @tab cl_index @tab 1 @tab If nonzero, run C signal handler in an alternative signal. A small value is automatically incremented.
|
||||
@item @code{THREAD_INTERRUPT_SIGNAL} @tab unsigned int @tab 0 @tab If nonzero, specify the unix signal which is used to communicate different Lisp threads.
|
||||
@end multitable
|
||||
@end float
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue