Author: pfg Date: Thu Feb 16 20:28:30 2017 New Revision: 313818 URL: https://svnweb.freebsd.org/changeset/base/313818
Log: Small inclusion guard comment fix. Modified: head/include/pthread.h Modified: head/include/pthread.h ============================================================================== --- head/include/pthread.h Thu Feb 16 20:27:22 2017 (r313817) +++ head/include/pthread.h Thu Feb 16 20:28:30 2017 (r313818) @@ -347,4 +347,4 @@ void __pthread_cleanup_pop_imp(int); __END_DECLS __NULLABILITY_PRAGMA_POP -#endif /* _PTHREAD_H_ */ +#endif /* !_PTHREAD_H_ */ _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"