Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add init_module/delete_module syscall wrappers | Rich Felker | 2012-06-13 | 1 | -0/+11 |
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). |