Changeset 760

Show
Ignore:
Timestamp:
06/24/08 17:40:51 (2 months ago)
Author:
Bartosz
Message:

fixed linux build

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/phobos/std/synchro.d

    r754 r760  
    146146        pthread_mutex_unlock(&_mtx); 
    147147    } 
    148     override bool trylock() 
     148    bool trylock() 
    149149    { 
    150150        return pthread_mutex_trylock(&_mtx) == 0; // lock taken