Merge pull request #4159 from Blub/meson/statvfs

add check for statvfs
This commit is contained in:
Christian Brauner 2022-07-01 14:57:41 +02:00 committed by GitHub
commit cf1f3bc459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -538,6 +538,7 @@ foreach tuple: [
['sigdescr_np'],
['signalfd'],
['statx'],
['statvfs'],
['strlcat'],
['strlcpy'],
['unshare'],
@ -667,6 +668,7 @@ foreach ident: [
['setns', '''#include <sched.h>'''],
['sigdescr_np', '''#include <string.h>'''],
['signalfd', '''#include <sys/signalfd.h>'''],
['statvfs', '''#include <sys/statvfs.h>'''],
['statx', '''#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>'''],