svn commit: r338125 - head/lib/libthr/thread

Pedro F. Giffuni pfg at FreeBSD.org
Tue Aug 21 01:33:26 UTC 2018


Author: pfg
Date: Tue Aug 21 01:33:25 2018
New Revision: 338125
URL: https://svnweb.freebsd.org/changeset/base/338125

Log:
  libthr: minor spacing cleanup.
  
  No functional change.
  
  X-MFC with:	r337992

Modified:
  head/lib/libthr/thread/thr_attr.c

Modified: head/lib/libthr/thread/thr_attr.c
==============================================================================
--- head/lib/libthr/thread/thr_attr.c	Tue Aug 21 01:17:28 2018	(r338124)
+++ head/lib/libthr/thread/thr_attr.c	Tue Aug 21 01:33:25 2018	(r338125)
@@ -199,8 +199,8 @@ _pthread_attr_getdetachstate(const pthread_attr_t *att
 __weak_reference(_pthread_attr_getguardsize, pthread_attr_getguardsize);
 
 int
-_pthread_attr_getguardsize(const pthread_attr_t *__restrict attr,
-    size_t *__restrict guardsize)
+_pthread_attr_getguardsize(const pthread_attr_t * __restrict attr,
+    size_t * __restrict guardsize)
 {
 	int	ret;
 


More information about the svn-src-all mailing list