]> granicus.if.org Git - strace/commitdiff
sparc: update syscall names
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 8 Dec 2015 18:24:42 +0000 (18:24 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 8 Dec 2015 21:19:53 +0000 (21:19 +0000)
* linux/sparc/syscallent.h [160]: Rename "sched_setaffinity"
to "sched_set_affinity".
[161]: Rename "sched_getaffinity" to "sched_get_affinity".

linux/sparc/syscallent.h

index 772ba2c1cafdc9e10fef8869447b4b2f067e9c2a..a41f732bfc40f8bdd1ca8e501fa6f807810c0a17 100644 (file)
 [157] = { 2,   TF,             SEN(statfs),                    "statfs"                },
 [158] = { 2,   TD,             SEN(fstatfs),                   "fstatfs"               },
 [159] = { 1,   TF,             SEN(umount),                    "umount"                },
-[160] = { 3,   0,              SEN(sched_setaffinity),         "sched_setaffinity"     },
-[161] = { 3,   0,              SEN(sched_getaffinity),         "sched_getaffinity"     },
+[160] = { 3,   0,              SEN(sched_setaffinity),         "sched_set_affinity"    },
+[161] = { 3,   0,              SEN(sched_getaffinity),         "sched_get_affinity"    },
 [162] = { 2,   0,              SEN(printargs),                 "getdomainname"         },
 [163] = { 2,   0,              SEN(setdomainname),             "setdomainname"         },
 [164] = { 5,   0,              SEN(printargs),                 "utrap_install"         },