summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/init_module.S
blob: 4e8709d75e312429e6b97541a37b121a90e6e5e2 (plain)
1
2
3
4
5
#include "syscalls.h"

#ifdef __NR_init_module
syscall(init_module,init_module)
#endif