diff options
Diffstat (limited to 'include/util')
| -rw-r--r-- | include/util/lock.h | 1 | ||||
| -rw-r--r-- | include/util/mutex.h | 2 | 
2 files changed, 0 insertions, 3 deletions
diff --git a/include/util/lock.h b/include/util/lock.h index f6f8f53..c5b2f7e 100644 --- a/include/util/lock.h +++ b/include/util/lock.h @@ -9,6 +9,5 @@ struct Lock {  void lock(struct Lock* l);  void unlock(struct Lock* l); -struct Lock* create_lock(void);  #endif diff --git a/include/util/mutex.h b/include/util/mutex.h index 61237b8..ab318b4 100644 --- a/include/util/mutex.h +++ b/include/util/mutex.h @@ -15,6 +15,4 @@ struct Mutex {  	void* addr;  } __attribute__((packed, aligned(4))); -struct Mutex* create_mutex(void* addr); -  #endif  | 
