From: Dmitry V. Levin Date: Tue, 8 Dec 2015 20:20:21 +0000 (+0000) Subject: m68k: fix syscall names X-Git-Tag: v4.11~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e7c92b6b75e31579cbfa3ec1ae391eea2ddd1a6;p=strace m68k: fix syscall names * linux/m68k/syscallent.h [335]: Rename "atomic_comxchg_32" to "atomic_cmpxchg_32". --- diff --git a/linux/m68k/syscallent.h b/linux/m68k/syscallent.h index ead6a3f4..c3ce07df 100644 --- a/linux/m68k/syscallent.h +++ b/linux/m68k/syscallent.h @@ -360,7 +360,7 @@ [332] = { 5, TD, SEN(perf_event_open), "perf_event_open" }, [333] = { 0, 0, SEN(get_thread_area), "get_thread_area" }, [334] = { 1, 0, SEN(set_thread_area), "set_thread_area" }, -[335] = { 6, 0, SEN(printargs), "atomic_comxchg_32" }, +[335] = { 6, 0, SEN(printargs), "atomic_cmpxchg_32" }, [336] = { 0, 0, SEN(printargs), "atomic_barrier" }, [337] = { 2, TD, SEN(fanotify_init), "fanotify_init" }, [338] = { 6, TD|TF, SEN(fanotify_mark), "fanotify_mark" },