diff options
| author | wiz <wiz@NetBSD.org> | 2022-08-01 14:34:01 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2022-08-01 14:34:01 +0000 |
| commit | d1d3b997c4794cafd68a8c115e5c064d35304211 (patch) | |
| tree | 0f934563fad8d475bf11275dc9f159d9372532ae /include | |
| parent | 24859690272763e0dc9ffd7821364dd17c959188 (diff) | |
sched.h: format comment to follow KNF
requested by thorpej@
Diffstat (limited to 'include')
| -rw-r--r-- | include/sched.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/include/sched.h b/include/sched.h index c710baac9af..eacc5ca291d 100644 --- a/include/sched.h +++ b/include/sched.h @@ -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 @@ int sched_setaffinity_np(pid_t, size_t, cpuset_t *); #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 *); |
