1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-13 03:22:30 +03:00
Files
glibc/sysdeps/unix/sysv/linux
H.J. Lu 7459b6fe47 linux: Update the mremap C implementation [BZ #31968]
Update the mremap C implementation to support the optional argument for
MREMAP_DONTUNMAP added in Linux 5.7 since it may not always be correct
to implement a variadic function as a non-variadic function on all Linux
targets.  Return MAP_FAILED and set errno to EINVAL for unknown flag bits.
This fixes BZ #31968.

Note: A test must be added when a new flag bit is introduced.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
(cherry picked from commit 6c40cb0e9f)
2024-08-01 17:16:57 +02:00
..
2022-05-03 10:35:23 +02:00
2022-05-03 10:35:23 +02:00
2022-08-05 23:47:00 +02:00
2022-05-17 08:08:52 +02:00
2024-07-16 19:33:34 +02:00
2022-05-17 08:08:52 +02:00
2022-01-17 14:34:54 -03:00