diff options
author | nork <nork@FreeBSD.org> | 2006-07-23 15:53:12 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2006-07-23 15:53:12 +0000 |
commit | 9fb25aacbb788cab461f15c6d6b12c981888a53f (patch) | |
tree | 7bf2e65f9318b30616586edf1894333ae348a6dd /lib/libc | |
parent | d2efba70b7af04253fc9f78e23e0049154402008 (diff) | |
download | FreeBSD-src-9fb25aacbb788cab461f15c6d6b12c981888a53f.zip FreeBSD-src-9fb25aacbb788cab461f15c6d6b12c981888a53f.tar.gz |
Add missing ;.
Pointy hat to: myself
Approved by: deischen (implicitly)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/Symbol.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/Symbol.map b/lib/libc/sys/Symbol.map index 864d063..31bba9c 100644 --- a/lib/libc/sys/Symbol.map +++ b/lib/libc/sys/Symbol.map @@ -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? |