diff options
author | Kyle McMartin <kyle@mcmartin.ca> | 2007-09-28 13:25:59 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@shortfin.cabal.ca> | 2007-10-18 03:58:26 -0400 |
commit | 2cfc5be7df26b6fbe9a293e2abf388a6e5b9a39e (patch) | |
tree | b63f6d70adfdb8fe00053fb97dd7114035512a91 /include/asm-parisc | |
parent | d85714d81cc0408daddb68c10f7fd69eafe7c213 (diff) |
[PARISC] Wire up sys_fallocate (and compat_sys_fallocate)
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'include/asm-parisc')
-rw-r--r-- | include/asm-parisc/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-parisc/unistd.h b/include/asm-parisc/unistd.h index f74099bdca3c..081b4ae61866 100644 --- a/include/asm-parisc/unistd.h +++ b/include/asm-parisc/unistd.h | |||
@@ -797,8 +797,9 @@ | |||
797 | #define __NR_signalfd (__NR_Linux + 302) | 797 | #define __NR_signalfd (__NR_Linux + 302) |
798 | #define __NR_timerfd (__NR_Linux + 303) | 798 | #define __NR_timerfd (__NR_Linux + 303) |
799 | #define __NR_eventfd (__NR_Linux + 304) | 799 | #define __NR_eventfd (__NR_Linux + 304) |
800 | #define __NR_fallocate (__NR_Linux + 305) | ||
800 | 801 | ||
801 | #define __NR_Linux_syscalls (__NR_eventfd + 1) | 802 | #define __NR_Linux_syscalls (__NR_fallocate + 1) |
802 | 803 | ||
803 | 804 | ||
804 | #define __IGNORE_select /* newselect */ | 805 | #define __IGNORE_select /* newselect */ |