Re: [PATCH 0/2] selftests/pidfd: Fix missing headers

2025-03-03 Thread Peter Seiderer
Hello Siddharth, On Mon, 3 Mar 2025 02:22:44 +0530, Siddharth Menon wrote: > Fix compilation errors caused by missing headers in the pidfd selftest. > > The errors include: > pidfd_fdinfo_test.c:230:13: error: implicit declaration of function ‘mount’ > pidfd_setns_test.c:172:54: error: implici

[PATCH 0/2] selftests/pidfd: Fix missing headers

2025-03-02 Thread Siddharth Menon
Fix compilation errors caused by missing headers in the pidfd selftest. The errors include: pidfd_fdinfo_test.c:230:13: error: implicit declaration of function ‘mount’ pidfd_setns_test.c:172:54: error: implicit declaration of function ‘ioctl’ Siddharth Menon (2): selftests/pidfd: Fix missing he