X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=thread.h;h=2328f7ed82f8b07ea2d0c3cef89edf9f6c663747;hb=0151c6efc77004eadcc86505e0e29b10208d3f66;hp=b6397cbfddb0b843c6c1d8b33dfc03e4993013ae;hpb=d4cce5f1785350c29a181d4bbaaa3141c6fdbe1e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/thread.h b/thread.h index b6397cb..2328f7e 100644 --- a/thread.h +++ b/thread.h @@ -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)