diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-02-16 20:28:30 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-02-16 20:28:30 +0000 |
commit | 4eecef906265d2f49eab6be92ced762b05cf3753 (patch) | |
tree | 0209eff85974a4d544a56443b00c28055e81eba1 | |
parent | 2fce775ec610840aef63bb252729a8b02494dafc (diff) |
Notes
-rw-r--r-- | include/pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_ */ |