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

#ifdef __NR_umount2
syscall(umount2,umount2)
#endif