diff options
Diffstat (limited to 'src/unix/pthread.h')
-rw-r--r-- | src/unix/pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/pthread.h b/src/unix/pthread.h index 3f23d10d5..233561b4e 100644 --- a/src/unix/pthread.h +++ b/src/unix/pthread.h @@ -53,4 +53,4 @@ typedef struct { #define git_rwlock_free(a) pthread_rwlock_destroy(a) #define GIT_RWLOCK_STATIC_INIT PTHREAD_RWLOCK_INITIALIZER -#endif /* INCLUDE_unix_pthread_h__ */ +#endif |