]> sourceware.org Git - glibc.git/commit
linux: Implement mremap in C
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 17 Jun 2020 12:29:07 +0000 (09:29 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 30 Nov 2021 16:13:03 +0000 (13:13 -0300)
commit5b3e31e3124bf89710e5c25176c70fdf66c2a212
treed3459add7dec0cd521bde37c2342b0e924e58c64
parent83008fa495535aaef74def5ab4ed59967fff1bb6
linux: Implement mremap in C

Variadic function calls in syscalls.list does not work for all ABIs
(for instance where the argument are passed on the stack instead of
registers) and might have underlying issues depending of the variadic
type (for instance if a 64-bit argument is used).

Checked on x86_64-linux-gnu.
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/mremap.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/syscalls.list
This page took 0.044752 seconds and 5 git commands to generate.