Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

Blackfin: wire up new syncfs syscall

parent 1e924e2f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -396,8 +396,9 @@
#define __NR_name_to_handle_at	375
#define __NR_open_by_handle_at	376
#define __NR_clock_adjtime	377
#define __NR_syncfs		378

#define __NR_syscall		378
#define __NR_syscall		379
#define NR_syscalls		__NR_syscall

/* Old optional stuff no one actually uses */
+1 −0
Original line number Diff line number Diff line
@@ -1752,6 +1752,7 @@ ENTRY(_sys_call_table)
	.long _sys_name_to_handle_at	/* 375 */
	.long _sys_open_by_handle_at
	.long _sys_clock_adjtime
	.long _sys_syncfs

	.rept NR_syscalls-(.-_sys_call_table)/4
	.long _sys_ni_syscall