diff options
author | Tony Lindgren <tony@atomide.com> | 2013-06-12 07:00:35 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-06-12 07:00:35 -0700 |
commit | f445d05328a2d627c2fb70c79d8b01455c254609 (patch) | |
tree | e46c5f112ba429f836c0c63719b928a8e14fb131 /arch/mips/include/uapi/asm/unistd.h | |
parent | 668468b161745df666b75fbfb76d14155b0f9df6 (diff) | |
parent | 3d85f548d3c84a13dc54cc9c79249c5fdae2ad36 (diff) |
Merge branch 'dss-regulator' into omap-for-v3.11/fixes-non-critical
Diffstat (limited to 'arch/mips/include/uapi/asm/unistd.h')
-rw-r--r-- | arch/mips/include/uapi/asm/unistd.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/include/uapi/asm/unistd.h b/arch/mips/include/uapi/asm/unistd.h index 16338b84fa7..1dee279f966 100644 --- a/arch/mips/include/uapi/asm/unistd.h +++ b/arch/mips/include/uapi/asm/unistd.h @@ -694,16 +694,17 @@ #define __NR_process_vm_writev (__NR_Linux + 305) #define __NR_kcmp (__NR_Linux + 306) #define __NR_finit_module (__NR_Linux + 307) +#define __NR_getdents64 (__NR_Linux + 308) /* * Offset of the last Linux 64-bit flavoured syscall */ -#define __NR_Linux_syscalls 307 +#define __NR_Linux_syscalls 308 #endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */ #define __NR_64_Linux 5000 -#define __NR_64_Linux_syscalls 307 +#define __NR_64_Linux_syscalls 308 #if _MIPS_SIM == _MIPS_SIM_NABI32 |