Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4521 → Rev 4522

/trunk/uspace/lib/libc/include/fibril_sync.h
55,7 → 55,7
}
 
typedef struct {
fibril_mutex_t fm;
fibril_mutex_t fm;
} fibril_rwlock_t;
 
#define FIBRIL_RWLOCK_INITIALIZE(name) \