- remove obsolete ;
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@294 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
parent
f28fd84c68
commit
2df0313f16
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ typedef struct {
|
|||
spinlock_t lock;
|
||||
} sem_t;
|
||||
|
||||
#define SEM_INIT(v) {v, {[0 ... MAX_TASKS-1] = MAX_TASKS}, 0, SPINLOCK_INIT};
|
||||
#define SEM_INIT(v) {v, {[0 ... MAX_TASKS-1] = MAX_TASKS}, 0, SPINLOCK_INIT}
|
||||
|
||||
inline static int sem_init(sem_t* s, unsigned int v) {
|
||||
unsigned int i;
|
||||
|
|
Loading…
Add table
Reference in a new issue