Changeset 780

Show
Ignore:
Timestamp:
07/03/08 18:06:05 (2 months ago)
Author:
Bartosz
Message:

Linux fix to monitor.d

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/phobos/internal/monitor.d

    r779 r780  
    224224    void setup() 
    225225    { 
    226         pthread_mutex_init(&_mtx, _monitors_attr); 
     226        pthread_mutex_init(&_mtx, &_monitors_attr); 
    227227    } 
    228228    void teardown()