summaryrefslogtreecommitdiff
path: root/src/malloc/posix_memalign.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2026-06-18 11:33:50 -0400
committerRich Felker <dalias@aerifal.cx>2026-06-18 11:33:50 -0400
commitb306b16af15c89a04d8e0c55cac2dadbeb39c083 (patch)
tree0a55468bff6b7a9e12e2566286a518145d80ada4 /src/malloc/posix_memalign.c
parent3cc477a2cec8f591f04a74c32ff18a5150e704f3 (diff)
downloadmusl-master.tar.gz
riscv32: fix missing and extraneous items in syscall tableHEADmaster
nanosleep is a time32 syscall which riscv32 lacks by being natively time64. the erroneous macro being present did not break anything libc internal, because SYS_nanosleep is never used in the natively-time64 path, but i could in theory cause applications to wrongly attempt to use it if they do their own syscalls. it has wrongly been there since the riscv32 port was added. close_range and quotactl_fd were somehow omitted in commit 8432d16a4664433b2f9a263aee0d7d829129a7bc.
Diffstat (limited to 'src/malloc/posix_memalign.c')
0 files changed, 0 insertions, 0 deletions