Re: [PATCH v2] selftests: pid_namespace: Add missing sys/mount.h

2025-04-09 Thread Peter Seiderer
Hello T.J., On Tue, 8 Apr 2025 23:02:02 +, "T.J. Mercier" wrote: > pid_max.c: In function ‘pid_max_cb’: > pid_max.c:42:15: error: implicit declaration of function ‘mount’ >[-Wimplicit-function-declaration] >42 | ret = mount("", "/", NULL,

Re: [PATCH v2] selftests: pid_namespace: Add missing sys/mount.h

2025-04-09 Thread T.J. Mercier
On Wed, Apr 9, 2025 at 1:53 AM Peter Seiderer wrote: > > Hello T.J., > > On Tue, 8 Apr 2025 23:02:02 +, "T.J. Mercier" > wrote: > > > pid_max.c: In function ‘pid_max_cb’: > > pid_max.c:42:15: error: implicit declaration of function ‘mount’ > >[-Wimpli