]> granicus.if.org Git - strace/commitdiff
2005-02-26 GOTO Masanori <gotom@debian.or.jp>
authorRoland McGrath <roland@redhat.com>
Tue, 15 Mar 2005 02:17:10 +0000 (02:17 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 15 Mar 2005 02:17:10 +0000 (02:17 +0000)
* linux/alpha/syscallent.h: Fix the reversed order of lstat64 and
fstat64.  Clean up osf_nrecvmsg and osf_ngetsockname.

linux/alpha/syscallent.h

index 9066764c1f30192204e9c14e0eff8fc50f27b232..705294e7a107f0069de9a5ad41247a9995905967 100644 (file)
        { 0,    0,      sys_getuid,             "getxuid"               }, /* 24 */
        { 5,    0,      printargs,              "exec_with_loader"      }, /* 25, not implemented */
        { 4,    0,      sys_ptrace,             "ptrace"                }, /* 26 */
-       { 5,    0,      printargs,              "osf_nrecmsg"           }, /* 27, not implemented */
+       { 5,    0,      printargs,              "osf_nrecvmsg"          }, /* 27, not implemented */
        { 5,    0,      printargs,              "osf_nsendmsg"          }, /* 28, not implemented */
        { 5,    0,      printargs,              "osf_nrecvfrom"         }, /* 29, not implemented */
        { 5,    0,      printargs,              "osf_naccept"           }, /* 30, not implemented */
        { 5,    0,      printargs,              "osf_ngetpeername"      }, /* 31, not implemented */
-       { 5,    0,      printargs,              "osf_ngetsocketname"    }, /* 32, not implemented */
+       { 5,    0,      printargs,              "osf_ngetsockname"      }, /* 32, not implemented */
        { 2,    TF,     sys_access,             "access"                }, /* 33 */
        { 5,    0,      printargs,              "osf_chflags"           }, /* 34, not implemented */
        { 5,    0,      printargs,              "osf_fchflags"          }, /* 35, not implemented */
        { 5,    TI,     sys_semtimedop,         "semtimedop"            }, /* 423 */
        { 3,    TS,     sys_tgkill,             "tgkill"                }, /* 424 */
        { 2,    TF,     sys_stat64,             "stat64"                }, /* 425 */
-       { 2,    0,      sys_fstat64,            "fstat64"               }, /* 426 */
-       { 2,    TF,     sys_lstat64,            "lstat64"               }, /* 427 */
+       { 2,    TF,     sys_lstat64,            "lstat64"               }, /* 426 */
+       { 2,    0,      sys_fstat64,            "fstat64"               }, /* 427 */
        { 5,    0,      printargs,              "vserver"               }, /* 428 ??? */
        { 5,    0,      printargs,              "mbind"                 }, /* 429 ??? */
        { 5,    0,      printargs,              "get_mempolicy"         }, /* 430 ??? */