add init_module/delete_module syscall wrappers
authorRich Felker <dalias@aerifal.cx>
Wed, 13 Jun 2012 15:49:22 +0000 (11:49 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 13 Jun 2012 15:49:22 +0000 (11:49 -0400)
commit2169265ec6c902cd460bf96a1a0b5103657a4954
tree8ae977612edd6447acf909a912972702109fabc5
parentfbffcee63dde1cba27021177d2ed9ba4f3792a57
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).
src/linux/module.c [new file with mode: 0644]