diff src/os/bsd/vm/osThread_bsd.hpp @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents faff125a1ead
children
line wrap: on
line diff
--- a/src/os/bsd/vm/osThread_bsd.hpp	Wed Oct 16 10:52:41 2013 +0200
+++ b/src/os/bsd/vm/osThread_bsd.hpp	Tue Nov 05 17:38:04 2013 -0800
@@ -42,7 +42,7 @@
 #ifdef __APPLE__
   typedef thread_t thread_id_t;
 #else
-  typedef pthread_t thread_id_t;
+  typedef pid_t thread_id_t;
 #endif
 
   // _pthread_id is the pthread id, which is used by library calls