From 79bd028fa870364f8e957b448ef11f608d560c1a Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 20 Aug 2019 11:13:32 +0000 Subject: nt32/nt64: syscall.h.in: added framework-specific definitions. --- arch/nt32/bits/syscall.h.in | 6 ++++++ arch/nt64/bits/syscall.h.in | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'arch') diff --git a/arch/nt32/bits/syscall.h.in b/arch/nt32/bits/syscall.h.in index 9cdb778..7eed376 100644 --- a/arch/nt32/bits/syscall.h.in +++ b/arch/nt32/bits/syscall.h.in @@ -334,3 +334,9 @@ #define __NR_io_pgetevents 333 #define __NR_rseq 334 + +/* system calls in the range [352..415] are framework-specific */ +#define __NR_fs_rpath 352 +#define __NR_fs_apath 353 +#define __NR_fs_npath 354 +#define __NR_fs_dpath 355 diff --git a/arch/nt64/bits/syscall.h.in b/arch/nt64/bits/syscall.h.in index 9cdb778..7eed376 100644 --- a/arch/nt64/bits/syscall.h.in +++ b/arch/nt64/bits/syscall.h.in @@ -334,3 +334,9 @@ #define __NR_io_pgetevents 333 #define __NR_rseq 334 + +/* system calls in the range [352..415] are framework-specific */ +#define __NR_fs_rpath 352 +#define __NR_fs_apath 353 +#define __NR_fs_npath 354 +#define __NR_fs_dpath 355 -- cgit v1.2.3