Commit 4e3d96de authored by Mike Frysinger's avatar Mike Frysinger

Blackfin: wire up new syncfs syscall

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 1e924e2f
...@@ -396,8 +396,9 @@ ...@@ -396,8 +396,9 @@
#define __NR_name_to_handle_at 375 #define __NR_name_to_handle_at 375
#define __NR_open_by_handle_at 376 #define __NR_open_by_handle_at 376
#define __NR_clock_adjtime 377 #define __NR_clock_adjtime 377
#define __NR_syncfs 378
#define __NR_syscall 378 #define __NR_syscall 379
#define NR_syscalls __NR_syscall #define NR_syscalls __NR_syscall
/* Old optional stuff no one actually uses */ /* Old optional stuff no one actually uses */
......
...@@ -1752,6 +1752,7 @@ ENTRY(_sys_call_table) ...@@ -1752,6 +1752,7 @@ ENTRY(_sys_call_table)
.long _sys_name_to_handle_at /* 375 */ .long _sys_name_to_handle_at /* 375 */
.long _sys_open_by_handle_at .long _sys_open_by_handle_at
.long _sys_clock_adjtime .long _sys_clock_adjtime
.long _sys_syncfs
.rept NR_syscalls-(.-_sys_call_table)/4 .rept NR_syscalls-(.-_sys_call_table)/4
.long _sys_ni_syscall .long _sys_ni_syscall
......
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