diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-01-22 04:00:59 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-01-29 18:11:54 +0000 |
| commit | 8515934ce3c290765df9254003f3c6d79da7e538 (patch) | |
| tree | f115074665971f71bf84afab331c5bb7117f08f1 | |
| parent | 57bb132e98b0736d15881eb80aba6c2c5dd8ac28 (diff) | |
sys/sched.h: make sched_clear_tdname() function prototypes unconditional
There is no harm in having unused prototypes.
Reviewed by: olce
Tested by: pho
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D54831
| -rw-r--r-- | sys/sys/sched.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/sched.h b/sys/sys/sched.h index 052b8bb85f2f..f3a5d1eca874 100644 --- a/sys/sys/sched.h +++ b/sys/sys/sched.h @@ -174,9 +174,7 @@ int sched_sizeof_thread(void); * functions. */ char *sched_tdname(struct thread *td); -#ifdef KTR void sched_clear_tdname(struct thread *td); -#endif static __inline void sched_pin(void) |
