summaryrefslogtreecommitdiff
path: root/linux/hppa
diff options
context:
space:
mode:
Diffstat (limited to 'linux/hppa')
-rw-r--r--linux/hppa/syscallent.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h
index 0ffb948..40925e9 100644
--- a/linux/hppa/syscallent.h
+++ b/linux/hppa/syscallent.h
@@ -327,3 +327,11 @@
{ 5, TN, sys_recvmmsg, "recvmmsg" }, /* 319 */
{ 4, TN, sys_accept4, "accept4" }, /* 320 */
{ 4, 0, sys_prlimit64, "prlimit64" }, /* 321 */
+ { 2, TD, sys_fanotify_init, "fanotify_init" }, /* 322 */
+ { 5, TD|TF, sys_fanotify_mark, "fanotify_mark" }, /* 323 */
+ { 2, 0, sys_clock_adjtime, "clock_adjtime" }, /* 324 */
+ { 5, TD|TF, sys_name_to_handle_at, "name_to_handle_at" }, /* 325 */
+ { 3, TD, sys_open_by_handle_at, "open_by_handle_at" }, /* 326 */
+ { 1, TD, sys_syncfs, "syncfs" }, /* 327 */
+ { 2, TD, sys_setns, "setns" }, /* 328 */
+ { 4, TN, sys_sendmmsg, "sendmmsg" }, /* 329 */