From 59a1586bcb6f1aed3d553f1ea1ab99e93f9c2f73 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 8 Dec 2015 18:24:42 +0000 Subject: [PATCH] sparc: update syscall names * linux/sparc/syscallent.h [160]: Rename "sched_setaffinity" to "sched_set_affinity". [161]: Rename "sched_getaffinity" to "sched_get_affinity". --- linux/sparc/syscallent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/sparc/syscallent.h b/linux/sparc/syscallent.h index 772ba2c1..a41f732b 100644 --- a/linux/sparc/syscallent.h +++ b/linux/sparc/syscallent.h @@ -158,8 +158,8 @@ [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" }, -- 2.40.0