Fix s390 system call table list

* linux/s390/syscallent.h: Add the missing entries for preadv and
pwritev to the system call table list.
* linux/s390x/syscallent.h: Likewise.
This commit is contained in:
Heiko Carstens 2010-04-13 12:49:54 +02:00 committed by Dmitry V. Levin
parent ae4db5e1bb
commit 394f60c07e
2 changed files with 4 additions and 0 deletions

View File

@ -356,6 +356,8 @@
{ 2, TD, sys_pipe2, "pipe2" }, /* 325 */
{ 3, TD, sys_dup3, "dup3" }, /* 326 */
{ 1, 0, sys_epoll_create1, "epoll_create1" }, /* 327 */
{ 5, TD, printargs, "preadv" }, /* 328 */
{ 5, TD, printargs, "pwritev" }, /* 329 */
{ 4, TP|TS, printargs, "rt_tgsigqueueinfo"}, /* 330 */
{ 5, TD, printargs, "perf_event_open"}, /* 331 */
{ 5, 0, printargs, "SYS_332" }, /* 332 */

View File

@ -355,6 +355,8 @@
{ 2, TD, sys_pipe2, "pipe2" }, /* 325 */
{ 3, TD, sys_dup3, "dup3" }, /* 326 */
{ 1, 0, sys_epoll_create1, "epoll_create1" }, /* 327 */
{ 5, TD, printargs, "preadv" }, /* 328 */
{ 5, TD, printargs, "pwritev" }, /* 329 */
{ 4, TP|TS, printargs, "rt_tgsigqueueinfo"}, /* 330 */
{ 5, TD, printargs, "perf_event_open"}, /* 331 */
{ 5, 0, printargs, "SYS_332" }, /* 332 */