Re: [PATCH] selftests: pidfd: Fix undefined reference to pthread_create()

2019-09-24 Thread Christian Brauner
On Tue, Sep 24, 2019 at 01:52:37PM -0600, Shuah Khan wrote: > Fix build failure: > > undefined reference to `pthread_create' > collect2: error: ld returned 1 exit status > > Fix CFLAGS to include pthread correctly. > > Signed-off-by: Shuah Khan Reviewed-by: Christian Brauner Thanks, Shuah! Q

[PATCH] selftests: pidfd: Fix undefined reference to pthread_create()

2019-09-24 Thread Shuah Khan
Fix build failure: undefined reference to `pthread_create' collect2: error: ld returned 1 exit status Fix CFLAGS to include pthread correctly. Signed-off-by: Shuah Khan --- tools/testing/selftests/pidfd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/