Date: Thu, 16 Feb 2017 20:28:30 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r313818 - head/include Message-ID: <201702162028.v1GKSUNq006075@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702162028.v1GKSUNq006075>