Unmapped syscalls should be NOPROTO so that we don't get a duplicate
prototype. (kldunloadf in this case)
This commit is contained in:
parent
b241de2523
commit
89261c4c9f
@ -609,4 +609,4 @@
|
||||
441 UNIMPL ksem_timedwait
|
||||
442 MNOPROTO { int thr_suspend(const struct timespec *timeout); }
|
||||
443 MNOPROTO { int thr_wake(long id); }
|
||||
444 MSTD { int kldunloadf(int fileid, int flags); }
|
||||
444 MNOPROTO { int kldunloadf(int fileid, int flags); }
|
||||
|
Loading…
Reference in New Issue
Block a user