[LTP] [PATCH v3 1/3] syscalls/tgkill01: add new test
Cyril Hrubis
chrubis@suse.cz
Tue Mar 19 14:55:57 CET 2019
Hi!
> --- /dev/null
> +++ b/testcases/kernel/syscalls/tgkill/Makefile
> @@ -0,0 +1,10 @@
> +# SPDX-License-Identifier: GPL-2.0-or-later
> +# Copyright (c) 2018 Google, Inc.
> +
> +top_srcdir ?= ../../../..
> +
> +include $(top_srcdir)/include/mk/testcases.mk
> +
> +include $(top_srcdir)/include/mk/generic_leaf_target.mk
> +
> +LDLIBS += -pthread
I've changed this to CFLAGS += -pthread since that is only supported way
how to compile programs with pthreads on Linux.
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list