Ignore:
Timestamp:
2007-01-22T14:45:07Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
51baa8a
Parents:
726e1043
Message:

typedef elimination

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/synch/condvar.h

    r726e1043 re71a61d  
    3838#include <arch/types.h>
    3939#include <synch/waitq.h>
    40 #include <typedefs.h>
     40#include <synch/mutex.h>
    4141#include <synch/synch.h>
    4242
    43 struct condvar {
     43typedef struct {
    4444        waitq_t wq;
    45 };
     45} condvar_t;
    4646
    4747#define condvar_wait(cv,mtx) \
Note: See TracChangeset for help on using the changeset viewer.