This commit is contained in:
Cloud Wu
2015-04-03 11:07:11 +08:00
parent c6f993428e
commit 7d8c80c9a0
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#ifndef _RWLOCK_H_
#define _RWLOCK_H_
#ifndef SKYNET_RWLOCK_H
#define SKYNET_RWLOCK_H
struct rwlock {
int write;