]> Git Repo - linux.git/blob - arch/x86/ia32/nosyscall.c
sysfs: use seq_file when reading regular files
[linux.git] / arch / x86 / ia32 / nosyscall.c
1 #include <linux/kernel.h>
2 #include <linux/errno.h>
3
4 long compat_ni_syscall(void)
5 {
6         return -ENOSYS;
7 }
This page took 0.031683 seconds and 4 git commands to generate.