]> granicus.if.org Git - strace/blobdiff - linux/sh64/syscallent.h
Set SYSCALL_NEVER_FAILS flag for personality syscall
[strace] / linux / sh64 / syscallent.h
index ce70f2fd8dbe6a7d67085a1378b284d26450466d..873c32803224f9aba19b5d1790f5eb69782c5c62 100644 (file)
@@ -26,8 +26,8 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-[  0] = { 0,   0,              SEN(setup),                     "setup"                 },
-[  1] = { 1,   TP|SE,          SEN(exit),                      "_exit"                 },
+[  0] = { 0,   0,              SEN(restart_syscall),           "restart_syscall"       },
+[  1] = { 1,   TP|SE,          SEN(exit),                      "exit"                  },
 [  2] = { 0,   TP,             SEN(fork),                      "fork"                  },
 [  3] = { 3,   TD,             SEN(read),                      "read"                  },
 [  4] = { 3,   TD,             SEN(write),                     "write"                 },
 [ 87] = { 2,   TF,             SEN(swapon),                    "swapon"                },
 [ 88] = { 4,   0,              SEN(reboot),                    "reboot"                },
 [ 89] = { 3,   TD,             SEN(readdir),                   "readdir"               },
-[ 90] = { 6,   TD|TM|SI,       SEN(mmap),                      "old_mmap"              },
+[ 90] = { 6,   TD|TM|SI,       SEN(mmap),                      "mmap"                  },
 [ 91] = { 2,   TM|SI,          SEN(munmap),                    "munmap"                },
 [ 92] = { 2,   TF,             SEN(truncate),                  "truncate"              },
 [ 93] = { 2,   TD,             SEN(ftruncate),                 "ftruncate"             },
 [133] = { 1,   TD,             SEN(fchdir),                    "fchdir"                },
 [134] = { 2,   0,              SEN(bdflush),                   "bdflush"               },
 [135] = { 3,   0,              SEN(sysfs),                     "sysfs"                 },
-[136] = { 1,   0,              SEN(personality),               "personality"           },
+[136] = { 1,   NF,             SEN(personality),               "personality"           },
 [137] = { 5,   0,              SEN(afs_syscall),               "afs_syscall"           },
 [138] = { 1,   NF,             SEN(setfsuid16),                "setfsuid"              },
 [139] = { 1,   NF,             SEN(setfsgid16),                "setfsgid"              },
 [140] = { 5,   TD,             SEN(llseek),                    "_llseek"               },
 [141] = { 3,   TD,             SEN(getdents),                  "getdents"              },
-[142] = { 5,   TD,             SEN(select),                    "select"                },
+[142] = { 5,   TD,             SEN(select),                    "_newselect"            },
 [143] = { 2,   TD,             SEN(flock),                     "flock"                 },
 [144] = { 3,   TM,             SEN(msync),                     "msync"                 },
 [145] = { 3,   TD,             SEN(readv),                     "readv"                 },
 [347] = { 6,   TD,             SEN(epoll_pwait),               "epoll_pwait"           },
 [348] = { 4,   TD|TF,          SEN(utimensat),                 "utimensat"             },
 [349] = { 3,   TD|TS,          SEN(signalfd),                  "signalfd"              },
-[350] = { 4,   TD,             SEN(timerfd),                   "timerfd"               },
+[350] = { 2,   TD,             SEN(timerfd_create),            "timerfd_create"        },
 [351] = { 1,   TD,             SEN(eventfd),                   "eventfd"               },
 [352] = { 4,   TD,             SEN(fallocate),                 "fallocate"             },
 [353] = { 4,   TD,             SEN(timerfd_settime),           "timerfd_settime"       },