Commit adac3544 authored by Alexander Kartashov's avatar Alexander Kartashov Committed by Pavel Emelyanov

arm: moved the mincore syscall description

The description of the syscall mincore breaks
the traditional ordering of syscall descriptions.
Signed-off-by: 's avatarAlexander Kartashov <alekskartashov@parallels.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent d305fb13
...@@ -20,10 +20,10 @@ brk 12 45 (void *addr) ...@@ -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_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_sigprocmask sigprocmask 14 175 (int how, k_rtsigset_t *set, k_rtsigset_t *old, size_t sigsetsize)
rt_sigreturn 15 173 (void) 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) 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) 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) 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) madvise 28 220 (unsigned long start, size_t len, int behavior)
shmat 30 305 (int shmid, void *shmaddr, int shmflag) shmat 30 305 (int shmid, void *shmaddr, int shmflag)
pause 34 29 (void) pause 34 29 (void)
......
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