summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/pthread-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/libpq/pthread-win32.h')
-rw-r--r--src/interfaces/libpq/pthread-win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/pthread-win32.h b/src/interfaces/libpq/pthread-win32.h
index c30eaeb291f..dfcdd328ec0 100644
--- a/src/interfaces/libpq/pthread-win32.h
+++ b/src/interfaces/libpq/pthread-win32.h
@@ -13,7 +13,7 @@ void *pthread_getspecific(pthread_key_t);
void pthread_mutex_init(pthread_mutex_t *, void *attr);
void pthread_mutex_lock(pthread_mutex_t *);
-//blocking
+/* blocking */
void pthread_mutex_unlock(pthread_mutex_t *);
#endif