remove legacy time32 timer[fd] syscalls from public syscall.h
authorRich Felker <dalias@aerifal.cx>
Wed, 5 Feb 2020 14:55:02 +0000 (09:55 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 5 Feb 2020 14:57:41 +0000 (09:57 -0500)
commitb4712ba445a5cb589d1ac37785c29164cd3cf1f9
treec548b052b39c2f25bc35bd8379871ac3b65505f9
parent2cae9f59da6106b4545da85b33d1e206a1e4c1e7
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.
arch/arm/bits/syscall.h.in
arch/i386/bits/syscall.h.in
arch/m68k/bits/syscall.h.in
arch/microblaze/bits/syscall.h.in
arch/mips/bits/syscall.h.in
arch/mipsn32/bits/syscall.h.in
arch/or1k/bits/syscall.h.in
arch/powerpc/bits/syscall.h.in
arch/sh/bits/syscall.h.in
src/internal/syscall.h