diff options
author | Chen Liqin <liqin.chen@sunplusct.com> | 2009-10-25 23:09:29 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2009-11-03 10:11:34 -0500 |
commit | 4029a91f0c82ae16e5b10b36da51c470895deedf (patch) | |
tree | 4dd69b68010288db567ca93cd3388abcb3040763 /include | |
parent | 0a5549ed163520787f76b7515dfe9d9aa1c7ae37 (diff) |
asm-generic: Fix typo in asm-generic/unistd.h.
>>From 9741f7928ef35416e49f329a64e623a109de5c2d Mon Sep 17 00:00:00 2001
From: Chen Liqin <liqin.chen@sunplusct.com>
Date: Mon, 26 Oct 2009 10:50:50 +0800
Subject: [PATCH] asm-generic: Fix typo in asm-generic/unistd.h.
Fixed __NR_ftruncate and __NR_ftruncate64 define in asm-generic/unistd.h.
Signed-off-by: Chen Liqin <liqin.chen@sunplusct.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-generic/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-generic/unistd.h b/include/asm-generic/unistd.h index d76b66acea95..2869650fb083 100644 --- a/include/asm-generic/unistd.h +++ b/include/asm-generic/unistd.h | |||
@@ -802,7 +802,7 @@ __SYSCALL(__NR_fork, sys_ni_syscall) | |||
802 | #define __NR_statfs __NR3264_statfs | 802 | #define __NR_statfs __NR3264_statfs |
803 | #define __NR_fstatfs __NR3264_fstatfs | 803 | #define __NR_fstatfs __NR3264_fstatfs |
804 | #define __NR_truncate __NR3264_truncate | 804 | #define __NR_truncate __NR3264_truncate |
805 | #define __NR_ftruncate __NR3264_truncate | 805 | #define __NR_ftruncate __NR3264_ftruncate |
806 | #define __NR_lseek __NR3264_lseek | 806 | #define __NR_lseek __NR3264_lseek |
807 | #define __NR_sendfile __NR3264_sendfile | 807 | #define __NR_sendfile __NR3264_sendfile |
808 | #define __NR_newfstatat __NR3264_fstatat | 808 | #define __NR_newfstatat __NR3264_fstatat |
@@ -818,7 +818,7 @@ __SYSCALL(__NR_fork, sys_ni_syscall) | |||
818 | #define __NR_statfs64 __NR3264_statfs | 818 | #define __NR_statfs64 __NR3264_statfs |
819 | #define __NR_fstatfs64 __NR3264_fstatfs | 819 | #define __NR_fstatfs64 __NR3264_fstatfs |
820 | #define __NR_truncate64 __NR3264_truncate | 820 | #define __NR_truncate64 __NR3264_truncate |
821 | #define __NR_ftruncate64 __NR3264_truncate | 821 | #define __NR_ftruncate64 __NR3264_ftruncate |
822 | #define __NR_llseek __NR3264_lseek | 822 | #define __NR_llseek __NR3264_lseek |
823 | #define __NR_sendfile64 __NR3264_sendfile | 823 | #define __NR_sendfile64 __NR3264_sendfile |
824 | #define __NR_fstatat64 __NR3264_fstatat | 824 | #define __NR_fstatat64 __NR3264_fstatat |