[Issue 14617] PTHREAD_MUTEX_INITIALIZER does not work on OSX
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Sun May 24 18:53:30 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=14617
--- Comment #7 from Steven Schveighoffer <schveiguy at yahoo.com> ---
Yep, still fails in the autotester. What do we want to do?
a) just fix pthread.d so PTHREAD_MUTEX_INITIALIZER is proper, but
pthread_mutex_t.init is not
b) fix the Makefile so it properly includes types.d in the (unittest?) build.
Whatever we do, we should spend the time to figure out all the initializers on
all systems, so code will be portable.
--
    
    
More information about the Digitalmars-d-bugs
mailing list