hppa: fix several syscall entries

* linux/hppa/syscallent.h (remap_file_pages, mq_open, mq_unlink,
mq_timedsend, mq_timedreceive, mq_notify, mq_getsetattr,
clock_nanosleep, signalfd, timerfd): Set sys_func.
This commit is contained in:
Дмитрий Левин 2015-07-21 16:30:19 +00:00
parent d00eb1f58d
commit be547c19da

View File

@ -229,14 +229,14 @@
[224] = { 1, TD, SEN(epoll_create), "epoll_create" },
[225] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
[226] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
[227] = { 5, TM|SI, SEN(printargs), "remap_file_pages" },
[227] = { 5, TM|SI, SEN(remap_file_pages), "remap_file_pages" },
[228] = { 4, TI, SEN(semtimedop), "semtimedop" },
[229] = { 5, 0, SEN(printargs), "mq_open" },
[230] = { 5, 0, SEN(printargs), "mq_unlink" },
[231] = { 5, 0, SEN(printargs), "mq_timedsend" },
[232] = { 5, 0, SEN(printargs), "mq_timedreceive" },
[233] = { 5, 0, SEN(printargs), "mq_notify" },
[234] = { 5, 0, SEN(printargs), "mq_getsetattr" },
[229] = { 4, 0, SEN(mq_open), "mq_open" },
[230] = { 1, 0, SEN(mq_unlink), "mq_unlink" },
[231] = { 5, 0, SEN(mq_timedsend), "mq_timedsend" },
[232] = { 5, 0, SEN(mq_timedreceive), "mq_timedreceive" },
[233] = { 2, 0, SEN(mq_notify), "mq_notify" },
[234] = { 3, 0, SEN(mq_getsetattr), "mq_getsetattr" },
[235] = { 5, TP, SEN(waitid), "waitid" },
[236] = { 6, TD, SEN(fadvise64_64), "fadvise64_64" },
[237] = { 5, 0, SEN(set_tid_address), "set_tid_address" },
@ -260,7 +260,7 @@
[255] = { 2, 0, SEN(clock_settime), "clock_settime" },
[256] = { 2, 0, SEN(clock_gettime), "clock_gettime" },
[257] = { 2, 0, SEN(clock_getres), "clock_getres" },
[258] = { 5, 0, SEN(printargs), "clock_nanosleep" },
[258] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" },
[259] = { 3, TS, SEN(tgkill), "tgkill" },
[260] = { 6, TM, SEN(mbind), "mbind" },
[261] = { 5, TM, SEN(get_mempolicy), "get_mempolicy" },
@ -304,8 +304,8 @@
[299] = { 3, TD, SEN(fstatfs64), "fstatfs64" },
[300] = { 4, 0, SEN(kexec_load), "kexec_load" },
[301] = { 4, TD|TF, SEN(utimensat), "utimensat" },
[302] = { 3, TD, SEN(printargs), "signalfd" },
[303] = { 4, TD, SEN(printargs), "timerfd" },
[302] = { 3, TD|TS, SEN(signalfd), "signalfd" },
[303] = { 4, TD, SEN(timerfd), "timerfd" },
[304] = { 1, TD, SEN(eventfd), "eventfd" },
[305] = { 6, TD, SEN(fallocate), "fallocate" },
[306] = { 2, TD, SEN(timerfd_create), "timerfd_create" },