Source-Changes-HG archive

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

[src/trunk]: src/include sched.h: format comment to follow KNF



details:   https://anonhg.NetBSD.org/src/rev/4e590e169b6b
branches:  trunk
changeset: 368750:4e590e169b6b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Aug 01 14:34:01 2022 +0000

description:
sched.h: format comment to follow KNF

requested by thorpej@

diffstat:

 include/sched.h |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 8792b256c40a -r 4e590e169b6b include/sched.h
--- a/include/sched.h   Mon Aug 01 14:22:32 2022 +0000
+++ b/include/sched.h   Mon Aug 01 14:34:01 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sched.h,v 1.13 2022/08/01 14:19:40 wiz Exp $   */
+/*     $NetBSD: sched.h,v 1.14 2022/08/01 14:34:01 wiz Exp $   */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -71,9 +71,11 @@
 
 #if defined(_GNU_SOURCE)
 
-/* Historical functions, not defined in standard */
-/* Linux man page documents these functions as only available when
- * _GNU_SOURCE is defined */
+/*
+ * Historical functions, not defined in standard
+ * Linux man page documents these functions as only available when
+ * _GNU_SOURCE is defined
+ */
 pid_t   clone(int (*)(void *), void *, int, void *);
 pid_t  __clone(int (*)(void *), void *, int, void *);
 



Home | Main Index | Thread Index | Old Index