diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-10-21 09:15:42 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-10-21 09:15:42 +0000 |
commit | 9bbd4fab969be820145f86437927ebc1afa5896b (patch) | |
tree | 3a7dbd0e1f5a131a27cca33118ce751c3b5a38e9 /config_h.SH | |
parent | 0d85d8777a6ec9fdcc93593180474ebff6fbbccb (diff) | |
download | perl-9bbd4fab969be820145f86437927ebc1afa5896b.tar.gz |
VM/ESA feedback for #2028.
p4raw-id: //depot/cfgperl@2031
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config_h.SH b/config_h.SH index 163b4e7654..b9db158df3 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2280,13 +2280,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$d_pthreads_created_joinable PTHREADS_CREATED_JOINABLE /**/ -/* PTHREAD_SETDETACHSTATE_POINTER: - * This symbol, if defined, indicates that the second argument of - * pthread_attr_setdetachstate is a pointer to an int, as opposed - * to an int. - */ -#$pthread_setdetachstate_pointer PTHREAD_SETDETACHSTATE_POINTER /**/ - /* MULTIPLICITY: * This symbol, if defined, indicates that Perl should * be built to use multiplicity. |