aboutsummaryrefslogtreecommitdiff
path: root/src/pj_mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pj_mutex.c')
-rw-r--r--src/pj_mutex.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pj_mutex.c b/src/pj_mutex.c
index dc484c69..2f6533be 100644
--- a/src/pj_mutex.c
+++ b/src/pj_mutex.c
@@ -29,7 +29,7 @@
/* projects.h and windows.h conflict - avoid this! */
#if defined(MUTEX_pthread) && !defined(_XOPEN_SOURCE)
-// For pthread_mutexattr_settype
+/* For pthread_mutexattr_settype */
#define _XOPEN_SOURCE 500
#endif
@@ -86,7 +86,7 @@ void pj_cleanup_lock()
{
}
-#endif // def MUTEX_stub
+#endif /* def MUTEX_stub */
/************************************************************************/
/* ==================================================================== */
@@ -154,7 +154,7 @@ void pj_cleanup_lock()
{
}
-#endif // def MUTEX_pthread
+#endif /* def MUTEX_pthread */
/************************************************************************/
/* ==================================================================== */
@@ -219,4 +219,4 @@ void pj_cleanup_lock()
}
}
-#endif // def MUTEX_win32
+#endif /* def MUTEX_win32 */