From f59eaf4adcb2820ab82a0fd78377d163356b1245 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 19 Nov 2007 22:10:21 +0000 Subject: [PATCH] 2007-11-19 Andreas Schwab * linux/ia64/syscallent.h: Use sys_getdents64. * linux/sh/syscallent.h: Likewise. --- linux/ia64/syscallent.h | 2 +- linux/sh/syscallent.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h index a0eb6e7d..a659e0fc 100644 --- a/linux/ia64/syscallent.h +++ b/linux/ia64/syscallent.h @@ -1020,7 +1020,7 @@ { 2, 0, sys_lstat, "lstat" }, /* 1211 */ { 2, TD, sys_fstat, "fstat" }, /* 1212 */ { 6, TP, sys_clone, "clone2" }, /* 1213 */ - { 3, 0, printargs, "getdents64" }, /* 1214 */ + { 3, TD, sys_getdents64, "getdents64" }, /* 1214 */ { 2, 0, printargs, "getunwind" }, /* 1215 */ { 4, TD, sys_readahead, "readahead" }, /* 1216 */ { 5, TF, sys_setxattr, "setxattr" }, /* 1217 */ diff --git a/linux/sh/syscallent.h b/linux/sh/syscallent.h index 5c163abd..3aa2a48c 100644 --- a/linux/sh/syscallent.h +++ b/linux/sh/syscallent.h @@ -252,7 +252,7 @@ { 2, TF, sys_pivotroot, "pivot_root" }, /* 217 */ { 3, 0, printargs, "mincore" }, /* 218 */ { 3, 0, sys_madvise, "madvise" }, /* 219 */ - { 4, 0, printargs, "getdents64" }, /* 220 */ + { 3, TD, sys_getdents64, "getdents64" }, /* 220 */ { 3, TD, sys_fcntl, "fcntl64" }, /* 221 */ { 4, 0, printargs, "SYS_222" }, /* 222 */ { 4, 0, printargs, "SYS_223" }, /* 223 */ -- 2.40.0