[CRIU] [PATCH 4/4] arm: moved the mincore syscall description
Alexander Kartashov
alekskartashov at parallels.com
Wed Jul 10 02:15:57 EDT 2013
The description of the syscall mincore breaks
the traditional ordering of syscall descriptions.
Signed-off-by: Alexander Kartashov <alekskartashov at parallels.com>
---
arch/arm/syscall.def | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/syscall.def b/arch/arm/syscall.def
index 6638cc3..0ba78c3 100644
--- a/arch/arm/syscall.def
+++ b/arch/arm/syscall.def
@@ -20,10 +20,10 @@ brk 12 45 (void *addr)
rt_sigaction sigaction 13 174 (int signum, const rt_sigaction_t *act, rt_sigaction_t *oldact, size_t sigsetsize)
rt_sigprocmask sigprocmask 14 175 (int how, k_rtsigset_t *set, k_rtsigset_t *old, size_t sigsetsize)
rt_sigreturn 15 173 (void)
-mincore 27 219 (void *addr, unsigned long size, unsigned char *vec)
ioctl 16 54 (unsigned int fd, unsigned int cmd, unsigned long arg)
pread64 17 180 (unsigned int fd, char *buf, size_t count, loff_t pos)
mremap 25 163 (unsigned long addr, unsigned long old_len, unsigned long new_len, unsigned long flag, unsigned long new_addr)
+mincore 27 219 (void *addr, unsigned long size, unsigned char *vec)
madvise 28 220 (unsigned long start, size_t len, int behavior)
shmat 30 305 (int shmid, void *shmaddr, int shmflag)
pause 34 29 (void)
--
1.7.10.4
More information about the CRIU
mailing list