Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread KNF



details:   https://anonhg.NetBSD.org/src/rev/fad0e2a5c4be
branches:  trunk
changeset: 346512:fad0e2a5c4be
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jul 16 12:58:11 2016 +0000

description:
KNF

diffstat:

 lib/libpthread/pthread_mutex.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r fb80f0bd9a34 -r fad0e2a5c4be lib/libpthread/pthread_mutex.c
--- a/lib/libpthread/pthread_mutex.c    Sat Jul 16 09:51:13 2016 +0000
+++ b/lib/libpthread/pthread_mutex.c    Sat Jul 16 12:58:11 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pthread_mutex.c,v 1.60 2016/07/03 14:24:58 christos Exp $      */
+/*     $NetBSD: pthread_mutex.c,v 1.61 2016/07/16 12:58:11 skrll Exp $ */
 
 /*-
  * Copyright (c) 2001, 2003, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -47,7 +47,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: pthread_mutex.c,v 1.60 2016/07/03 14:24:58 christos Exp $");
+__RCSID("$NetBSD: pthread_mutex.c,v 1.61 2016/07/16 12:58:11 skrll Exp $");
 
 #include <sys/types.h>
 #include <sys/lwpctl.h>
@@ -794,7 +794,7 @@
 }
 
 int
-pthread_mutex_getprioceiling(const pthread_mutex_t *ptm, int*ceil) 
+pthread_mutex_getprioceiling(const pthread_mutex_t *ptm, int *ceil) 
 {
        *ceil = (unsigned int)ptm->ptm_ceiling;
        return 0;



Home | Main Index | Thread Index | Old Index