mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
Add kldunloadf() system call. Stay tuned for follwing commit messages.
This commit is contained in:
parent
d40c0f5324
commit
1a946b9fef
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132116
@ -607,5 +607,6 @@
|
||||
439 UNIMPL extattr_list_link
|
||||
440 UNIMPL kse_switchin
|
||||
441 UNIMPL ksem_timedwait
|
||||
442 MNOPROTO { int thr_suspend(const struct timespec *timeout); }
|
||||
443 MNOPROTO { int thr_wake(long id); }
|
||||
442 MNOPROTO { int thr_suspend(const struct timespec *timeout); }
|
||||
443 MNOPROTO { int thr_wake(long id); }
|
||||
444 MSTD { int kldunloadf(int fileid, int flags); }
|
||||
|
@ -631,5 +631,6 @@
|
||||
441 MNOSTD { int ksem_timedwait(semid_t id, struct timespec *abstime); }
|
||||
442 MSTD { int thr_suspend(const struct timespec *timeout); }
|
||||
443 MSTD { int thr_wake(long id); }
|
||||
444 MSTD { int kldunloadf(int fileid, int flags); }
|
||||
; Please copy any additions and changes to the following compatability tables:
|
||||
; sys/compat/freebsd32/syscalls.master
|
||||
|
Loading…
Reference in New Issue
Block a user