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

#ifdef __NR_ioperm
syscall(ioperm,ioperm)
#endif