Author: eadler Date: Mon Mar 19 07:00:15 2018 New Revision: 331190 URL: https://svnweb.freebsd.org/changeset/base/331190
Log: MFC r313818: Small inclusion guard comment fix. Modified: stable/11/include/pthread.h Directory Properties: stable/11/ (props changed) Modified: stable/11/include/pthread.h ============================================================================== --- stable/11/include/pthread.h Mon Mar 19 06:57:41 2018 (r331189) +++ stable/11/include/pthread.h Mon Mar 19 07:00:15 2018 (r331190) @@ -349,4 +349,4 @@ void __pthread_cleanup_pop_imp(int); __END_DECLS __NULLABILITY_PRAGMA_POP -#endif /* _PTHREAD_H_ */ +#endif /* !_PTHREAD_H_ */ _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"