# else
# define SIG_SUSPEND SIGUSR1
# define SIG_THR_RESTART SIGUSR2
+ /* SIGTSTP and SIGCONT could be used alternatively. */
# endif
# define FREEBSD_STACKBOTTOM
# ifdef __ELF__
/* MPROTECT_VDB is not yet supported at all on FreeBSD/alpha. */
# define SIG_SUSPEND SIGUSR1
# define SIG_THR_RESTART SIGUSR2
+ /* SIGTSTP and SIGCONT could be used alternatively. */
# define FREEBSD_STACKBOTTOM
# ifdef __ELF__
# define DYNAMIC_LOADING
# else
# define SIG_SUSPEND SIGUSR1
# define SIG_THR_RESTART SIGUSR2
+ /* SIGTSTP and SIGCONT could be used alternatively. */
# endif
# define FREEBSD_STACKBOTTOM
# ifdef __ELF__