summaryrefslogtreecommitdiff
path: root/src/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mutex.h')
-rw-r--r--src/mutex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mutex.h b/src/mutex.h
index fedbb8f..a52bb41 100644
--- a/src/mutex.h
+++ b/src/mutex.h
@@ -113,8 +113,8 @@
* particular, a mutex cannot be locked recursively.
*/
-#ifndef _MUTEX_H
-#define _MUTEX_H
+#ifndef MUTEX_H
+#define MUTEX_H
#include <stdbool.h>
@@ -162,4 +162,4 @@ int mutex_trylock(struct mutex *mutex);
*/
void mutex_unlock(struct mutex *mutex);
-#endif /* _MUTEX_H */
+#endif /* MUTEX_H */