mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Add missing ;.
Pointy hat to: myself Approved by: deischen (implicitly)
This commit is contained in:
parent
e24e9d9988
commit
27a9d57fed
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160594
@ -300,7 +300,7 @@ FBSD_1.0 {
|
||||
thr_self;
|
||||
thr_set_name;
|
||||
thr_setschedparam;
|
||||
thr_setscheduler
|
||||
thr_setscheduler;
|
||||
thr_suspend;
|
||||
thr_wake;
|
||||
ktimer_create; # Do we want these to be publc interfaces?
|
||||
|
Loading…
Reference in New Issue
Block a user