Commit 00742b03 authored by Richard Henderson's avatar Richard Henderson

[ALPHA] Add fadvise64.

parent 1a50c2ea
......@@ -432,6 +432,7 @@ sys_call_table:
.quad sys_remap_file_pages /* 410 */
.quad sys_set_tid_address
.quad sys_restart_syscall
.quad sys_fadvise64
.size sys_call_table, . - sys_call_table
.type sys_call_table, @object
......
......@@ -348,7 +348,8 @@
#define __NR_remap_file_pages 410
#define __NR_set_tid_address 411
#define __NR_restart_syscall 412
#define NR_SYSCALLS 413
#define __NR_fadvise64 413
#define NR_SYSCALLS 414
#if defined(__GNUC__)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment