X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Fmicroblaze%2Fbits%2Fsyscall.h;fp=arch%2Fmicroblaze%2Fbits%2Fsyscall.h;h=712d47a694099f18cfebb022829f2c7b29ff05bd;hp=a3dd745736ba30e5c09a2b8d94cfe4bf582345d5;hb=8d3ee0575423edd203ee9e9f6b8ef1974ed5b1d9;hpb=ca2300d9ac006c3940e4ff1ce9c64ba64b9582b5 diff --git a/arch/microblaze/bits/syscall.h b/arch/microblaze/bits/syscall.h index a3dd7457..712d47a6 100644 --- a/arch/microblaze/bits/syscall.h +++ b/arch/microblaze/bits/syscall.h @@ -362,6 +362,19 @@ #define __NR_rt_tgsigqueueinfo 365 #define __NR_perf_event_open 366 #define __NR_recvmmsg 367 +#define __NR_fanotify_init 368 +#define __NR_fanotify_mark 369 +#define __NR_prlimit64 370 +#define __NR_name_to_handle_at 371 +#define __NR_open_by_handle_at 372 +#define __NR_clock_adjtime 373 +#define __NR_syncfs 374 +#define __NR_setns 375 +#define __NR_sendmmsg 376 +#define __NR_process_vm_readv 377 +#define __NR_process_vm_writev 378 +#define __NR_kcmp 379 +#define __NR_finit_module 380 /* Repeated with SYS_ prefix */ @@ -730,11 +743,16 @@ #define SYS_rt_tgsigqueueinfo 365 #define SYS_perf_event_open 366 #define SYS_recvmmsg 367 - - -#define SYS_clock_adjtime 999999 // FIXME -#define SYS_process_vm_readv 999999 // FIXME -#define SYS_process_vm_writev 999999 // FIXME -#define SYS_prlimit64 999999 // FIXME -#define SYS_setns 999999 // FIXME -#define SYS_syncfs 999999 // FIXME +#define SYS_fanotify_init 368 +#define SYS_fanotify_mark 369 +#define SYS_prlimit64 370 +#define SYS_name_to_handle_at 371 +#define SYS_open_by_handle_at 372 +#define SYS_clock_adjtime 373 +#define SYS_syncfs 374 +#define SYS_setns 375 +#define SYS_sendmmsg 376 +#define SYS_process_vm_readv 377 +#define SYS_process_vm_writev 378 +#define SYS_kcmp 379 +#define SYS_finit_module 380