diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-12-10 13:43:32 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-12-10 13:43:32 +0000 |
commit | c6ee37c52f2ca9e544af4866d4237b0404bcddb7 (patch) | |
tree | d695d1ef9ec0dfb5446fa9908cbe5b8d130af4b5 /thread.h | |
parent | 02128f118302118e0f22c5a676a0b7040065fcd1 (diff) | |
download | perl-c6ee37c52f2ca9e544af4866d4237b0404bcddb7.tar.gz |
Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that
sv_setfoo functions go back to not needing dTHR. Fix Configure
to check for already-existing -thread on archname and to check
better for d_pthread_created_joinable.
p4raw-id: //depot/perl@356
Diffstat (limited to 'thread.h')
-rw-r--r-- | thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ #else /* POSIXish threads */ -typedef pthread_t perl_os_thread; #ifdef OLD_PTHREADS_API # define pthread_mutexattr_init(a) pthread_mutexattr_create(a) # define pthread_mutexattr_settype(a,t) pthread_mutexattr_setkind_np(a,t) |