]> granicus.if.org Git - gc/commitdiff
FreeBSD: Add comment to SIG_SUSPEND/THR_RESTART definitions
authorIvan Maidanski <ivmai@mail.ru>
Tue, 10 Jan 2012 13:18:10 +0000 (17:18 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 10 Jan 2012 13:21:15 +0000 (17:21 +0400)
* include/private/gcconfig.h (SIG_SUSPEND, SIG_THR_RESTART): Add
comment (suggest alternate value) for FreeBSD/i386, FreeBSD/alpha and
FreeBSD/x86_64.

include/private/gcconfig.h

index d68b56115ef105bad7e3660a864d7cd9c40440f1..0e30abcab000772cacfc855a05c7a3f8ebf6318d 100644 (file)
 #       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__