svn commit: r331190 - stable/11/include

Eitan Adler eadler at FreeBSD.org
Mon Mar 19 07:00:16 UTC 2018


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


More information about the svn-src-all mailing list