From 4eecef906265d2f49eab6be92ced762b05cf3753 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Thu, 16 Feb 2017 20:28:30 +0000 Subject: Small inclusion guard comment fix. --- include/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pthread.h b/include/pthread.h index 3f45d6d84299..33267c1f6ebf 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -347,4 +347,4 @@ void __pthread_cleanup_pop_imp(int); __END_DECLS __NULLABILITY_PRAGMA_POP -#endif /* _PTHREAD_H_ */ +#endif /* !_PTHREAD_H_ */ -- cgit v1.3