src/os/bsd/vm/osThread_bsd.hpp

changeset 4229
0af5da0c9d9d
parent 3796
960a442eae91
child 4564
758935f7c23f
     1.1 --- a/src/os/bsd/vm/osThread_bsd.hpp	Thu Oct 25 16:33:40 2012 -0400
     1.2 +++ b/src/os/bsd/vm/osThread_bsd.hpp	Mon Oct 29 21:04:17 2012 +0100
     1.3 @@ -39,18 +39,12 @@
     1.4  
     1.5   private:
     1.6  
     1.7 -#ifdef _ALLBSD_SOURCE
     1.8 -
     1.9  #ifdef __APPLE__
    1.10    typedef thread_t thread_id_t;
    1.11  #else
    1.12    typedef pthread_t thread_id_t;
    1.13  #endif
    1.14  
    1.15 -#else
    1.16 -  typedef pid_t thread_id_t;
    1.17 -#endif
    1.18 -
    1.19    // _pthread_id is the pthread id, which is used by library calls
    1.20    // (e.g. pthread_kill).
    1.21    pthread_t _pthread_id;

mercurial