[LTP] [PATCH v2 4/6] mremap04: Convert to new API
Cyril Hrubis
chrubis@suse.cz
Fri Aug 7 10:06:47 CEST 2026
Hi!
> diff --git a/testcases/kernel/syscalls/mremap/Makefile b/testcases/kernel/syscalls/mremap/Makefile
> index 8811b887e..4c8990ea8 100644
> --- a/testcases/kernel/syscalls/mremap/Makefile
> +++ b/testcases/kernel/syscalls/mremap/Makefile
> @@ -3,11 +3,11 @@
>
> top_srcdir ?= ../../../..
>
> -LTPLIBS = ipc
> +LTPLIBS = newipc
>
> include $(top_srcdir)/include/mk/testcases.mk
>
> -mremap04: LTPLDLIBS = -lltpipc
> +mremap04: LTPLDLIBS = -lltpnewipc
> mremap07: LDLIBS += -lpthread
The ipc linking is no longer needed, right?
Otherwise:
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list