]> granicus.if.org Git - python/commit
Apparently on AIX when using gcc you need to call pthread_init()
authorGuido van Rossum <guido@python.org>
Thu, 10 Sep 1998 03:04:40 +0000 (03:04 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 10 Sep 1998 03:04:40 +0000 (03:04 +0000)
commitd21744a1dd1fb3daefdba552bb7307bd1358da2f
tree9534217bb1fde5f51971b5d3b5a54b160d1ffac3
parentf9acc59c55784e1de247554c3639e9b11b398c61
Apparently on AIX when using gcc you need to call pthread_init()
(which is not a POSIX threads call!).  Reported and confirmed by Brad
Howes.
Python/thread_pthread.h