svn commit: r313818 - head/include

Pedro F. Giffuni pfg at FreeBSD.org
Thu Feb 16 20:28:31 UTC 2017


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_ */


More information about the svn-src-all mailing list