History log of /seL4-test-master/projects/musllibc/src/linux/module.c
Revision Date Author Comments
# 2169265e 13-Jun-2012 Rich Felker <dalias@aerifal.cx>

add init_module/delete_module syscall wrappers

these are not exposed publicly in any header, but the few programs
that use them (modutils/kmod, etc.) are declaring the functions
themselves rather than making the syscalls directly, and it doesn't
really hurt to have them (same as the capset junk).