test: ihklib: syscall_list.h: add robust marker for patch

Change-Id: Ie5f72b4b296db4d44e9839f38fd9a68854be78c3
This commit is contained in:
Masamichi Takagi
2020-06-22 11:44:11 +09:00
parent 199407b2a1
commit d3d9e2400d
3 changed files with 12 additions and 2 deletions

View File

@ -142,3 +142,9 @@ SYSCALL_HANDLED(1045, signalfd)
SYSCALL_DELEGATED(1049, stat)
SYSCALL_DELEGATED(1060, getpgrp)
SYSCALL_HANDLED(1062, time)
SYSCALL_DELEGATED(1069, epoll_wait)
/* Do not edit the lines including this comment and
* EOF just after it because those are used as a
* robust marker for the autotest patch.
*/