Fix utils/perldoc.PL for dos-djgpp:
[p5sagit/p5-mst-13.2.git] / thread.h
index b6397cb..2328f7e 100644 (file)
--- 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)