diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-10-27 12:55:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-10-27 12:55:34 +0000 |
commit | 824a2ba35a8a435c7dda7b79d43bec16c40e4bd9 (patch) | |
tree | 03d8f1e37887f0814c877dd190f38c99cce6d179 /config_h.SH | |
parent | 46644d9b9ec746164b132d9385f49aeb01030688 (diff) | |
download | perl-824a2ba35a8a435c7dda7b79d43bec16c40e4bd9.tar.gz |
$Config{sig_num_init}.
Also, a new approach to the 'pthreads-created-joinable': drop
it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
directly. (See also #2096).
p4raw-id: //depot/cfgperl@2101
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/config_h.SH b/config_h.SH index 76ac7626ad..bfdb62a8a7 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1869,7 +1869,7 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- * the sig_name list. */ #define SIG_NAME $sig_name_init /**/ -#define SIG_NUM $sig_num /**/ +#define SIG_NUM $sig_num_init /**/ /* VOIDFLAGS: * This symbol indicates how much support of the void type is given by this @@ -2286,12 +2286,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #define SCHED_YIELD $sched_yield /**/ #$d_sched_yield HAS_SCHED_YIELD /**/ -/* PTHREADS_CREATED_JOINABLE: - * This symbol, if defined, indicates that pthreads are created - * in the joinable (aka undetached) state. - */ -#$d_pthreads_created_joinable PTHREADS_CREATED_JOINABLE /**/ - /* I_MACH_CTHREADS: * This symbol, if defined, indicates to the C program that it should * include <mach/cthreads.h>. |