summaryrefslogtreecommitdiff
path: root/arch/sh/bits/syscall.h.in
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2020-02-05 09:51:09 -0500
committerRich Felker <dalias@aerifal.cx>2020-02-05 09:51:09 -0500
commit2cae9f59da6106b4545da85b33d1e206a1e4c1e7 (patch)
tree1c49b9acf90657f0df5bd11b38eed3b28b3df7a4 /arch/sh/bits/syscall.h.in
parent11020620813b828917bc31b4636d8a142f7a564a (diff)
downloadmusl-2cae9f59da6106b4545da85b33d1e206a1e4c1e7.tar.gz
remove further legacy time32 clock syscalls from public syscall.h
this extends commit 5a105f19b5aae79dd302899e634b6b18b3dcd0d6, removing clock_settime, clock_getres, clock_nanosleep, and settimeofday.
Diffstat (limited to 'arch/sh/bits/syscall.h.in')
-rw-r--r--arch/sh/bits/syscall.h.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/sh/bits/syscall.h.in b/arch/sh/bits/syscall.h.in
index 5c24f4a6..6f72d944 100644
--- a/arch/sh/bits/syscall.h.in
+++ b/arch/sh/bits/syscall.h.in
@@ -68,7 +68,7 @@
#define __NR_getrlimit 76
#define __NR_getrusage 77
#define __NR_gettimeofday_time32 78
-#define __NR_settimeofday 79
+#define __NR_settimeofday_time32 79
#define __NR_getgroups 80
#define __NR_setgroups 81
#define __NR_symlink 83
@@ -235,10 +235,10 @@
#define __NR_timer_gettime 261
#define __NR_timer_getoverrun 262
#define __NR_timer_delete 263
-#define __NR_clock_settime 264
+#define __NR_clock_settime32 264
#define __NR_clock_gettime32 265
-#define __NR_clock_getres 266
-#define __NR_clock_nanosleep 267
+#define __NR_clock_getres_time32 266
+#define __NR_clock_nanosleep_time32 267
#define __NR_statfs64 268
#define __NR_fstatfs64 269
#define __NR_tgkill 270