Add support for system call readdir on s390 (31 bit). Signed-off-by: Thomas Richter <tmricht@xxxxxxxxxxxxxxxxxx> --- include/syscalls-s390.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/syscalls-s390.h b/include/syscalls-s390.h index 027a9fcd..682d2030 100644 --- a/include/syscalls-s390.h +++ b/include/syscalls-s390.h @@ -96,7 +96,7 @@ struct syscalltable syscalls_s390[] = { { .entry = &syscall_uselib }, { .entry = &syscall_swapon }, { .entry = &syscall_reboot }, - { .entry = &syscall_ni_syscall }, /* TODO: readdir systemcall */ + { .entry = &syscall_oldreaddir }, { .entry = &syscall_mmap }, /* old_mmap */ { .entry = &syscall_munmap }, { .entry = &syscall_truncate }, -- 2.14.3 -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html