diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-12 04:58:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-12 04:58:08 +0000 |
commit | 78ffc579fccea149ce13c268b422d661c9811f3a (patch) | |
tree | 0f1727e59320de878710561a51aa2059aa6fc4eb /thread.h | |
parent | f38d7863e9c890f6e7b5e922b65b103f87ccdb42 (diff) | |
download | perl-78ffc579fccea149ce13c268b422d661c9811f3a.tar.gz |
Retract #11289.
p4raw-id: //depot/perl@11293
Diffstat (limited to 'thread.h')
-rw-r--r-- | thread.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -303,11 +303,8 @@ #endif #ifndef PTHREAD_ATFORK -typedef void(*Perl_pthread_atfork_t)(void); # define PTHREAD_ATFORK(prepare,parent,child) \ - pthread_atfork((Perl_pthread_atfork_t)prepare,\ - (Perl_pthread_atfork_t)parent,\ - (Perl_pthread_atfork_t)child) + pthread_atfork(prepare,parent,child) #endif #ifndef THREAD_RET_TYPE |