]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: add function declarations for __xstat family
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 6 Feb 2023 14:04:47 +0000 (14:04 +0000)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 9 Feb 2023 15:16:06 +0000 (07:16 -0800)
commit6661e5970ab4f7d48a8bed15e3721f2eceaa4bee
tree51b6f608d2f581588689c473a5dc6c7d62ce4adf
parentefc2e4b4673524220a525f2b6283bf41df99b7af
testsuite: add function declarations for __xstat family

As the inline comment says - the declarations have been dropped with
glibc 2.32.9000, as a result the build throws a set of lovely warnings.

Inspired by umockdev, which bears the same license as this project.
https://github.com/martinpitt/umockdev/commit/f1b416400479d861deffb4c5a40422dcdf190e85

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
testsuite/path.c