1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

hurd: Fix building io/tst-copy_file_range.c

* io/tst-copy_file_range.c [!defined CLONE_NEWNS]: Do not include
	<sys/mount.h>.
This commit is contained in:
Samuel Thibault
2018-01-28 17:56:49 +01:00
parent fc221145a7
commit 3fc1ecf935
2 changed files with 5 additions and 1 deletions

View File

@ -33,7 +33,9 @@
#include <support/temp_file.h>
#include <support/test-driver.h>
#include <support/xunistd.h>
#include <sys/mount.h>
#ifdef CLONE_NEWNS
# include <sys/mount.h>
#endif
/* Boolean flags which indicate whether to use pointers with explicit
output flags. */