Module Name: src Committed By: ad Date: Mon Mar 23 19:14:06 UTC 2020
Modified Files: src/sys/sys: syncobj.h Log Message: Cosmetic tweak To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/sys/syncobj.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/syncobj.h diff -u src/sys/sys/syncobj.h:1.11 src/sys/sys/syncobj.h:1.12 --- src/sys/sys/syncobj.h:1.11 Sun Feb 23 16:27:09 2020 +++ src/sys/sys/syncobj.h Mon Mar 23 19:14:06 2020 @@ -1,4 +1,4 @@ -/* $NetBSD: syncobj.h,v 1.11 2020/02/23 16:27:09 ad Exp $ */ +/* $NetBSD: syncobj.h,v 1.12 2020/03/23 19:14:06 ad Exp $ */ /*- * Copyright (c) 2007, 2008, 2020 The NetBSD Foundation, Inc. @@ -57,9 +57,9 @@ struct lwp *syncobj_noowner(wchan_t); #define SOBJ_SLEEPQ_NULL 0x08 extern syncobj_t cv_syncobj; +extern syncobj_t kpause_syncobj; extern syncobj_t lwp_park_syncobj; extern syncobj_t mutex_syncobj; -extern syncobj_t kpause_syncobj; extern syncobj_t rw_syncobj; extern syncobj_t sched_syncobj; extern syncobj_t select_syncobj;