summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2020-02-05 09:55:02 -0500
committerRich Felker <dalias@aerifal.cx>2020-02-05 09:57:41 -0500
commitb4712ba445a5cb589d1ac37785c29164cd3cf1f9 (patch)
treec548b052b39c2f25bc35bd8379871ac3b65505f9 /arch/mips
parent2cae9f59da6106b4545da85b33d1e206a1e4c1e7 (diff)
downloadmusl-b4712ba445a5cb589d1ac37785c29164cd3cf1f9.tar.gz
remove legacy time32 timer[fd] syscalls from public syscall.h
this extends commit 5a105f19b5aae79dd302899e634b6b18b3dcd0d6, removing timer[fd]_settime and timer[fd]_gettime. the timerfd ones are likely to have been used in software that started using them before it could rely on libc exposing functions.
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/bits/syscall.h.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/bits/syscall.h.in b/arch/mips/bits/syscall.h.in
index 33532fcd..86251bf3 100644
--- a/arch/mips/bits/syscall.h.in
+++ b/arch/mips/bits/syscall.h.in
@@ -256,8 +256,8 @@
#define __NR_statfs64 4255
#define __NR_fstatfs64 4256
#define __NR_timer_create 4257
-#define __NR_timer_settime 4258
-#define __NR_timer_gettime 4259
+#define __NR_timer_settime32 4258
+#define __NR_timer_gettime32 4259
#define __NR_timer_getoverrun 4260
#define __NR_timer_delete 4261
#define __NR_clock_settime32 4262
@@ -319,8 +319,8 @@
#define __NR_eventfd 4319
#define __NR_fallocate 4320
#define __NR_timerfd_create 4321
-#define __NR_timerfd_gettime 4322
-#define __NR_timerfd_settime 4323
+#define __NR_timerfd_gettime32 4322
+#define __NR_timerfd_settime32 4323
#define __NR_signalfd4 4324
#define __NR_eventfd2 4325
#define __NR_epoll_create1 4326