diff options
Diffstat (limited to 'libc/include/pthread.h')
-rw-r--r-- | libc/include/pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/pthread.h b/libc/include/pthread.h index 9773dcb..99e747a 100644 --- a/libc/include/pthread.h +++ b/libc/include/pthread.h @@ -309,4 +309,4 @@ extern void __pthread_cleanup_pop(__pthread_cleanup_t* c, #define LONG_LONG_MAX __LONG_LONG_MAX__ #define LONG_LONG_MIN (-__LONG_LONG_MAX__ - 1) -#endif // _PTHREAD_H_ +#endif /* _PTHREAD_H_ */ |