Merge pull request #12959 from DeterminateSystems/fchmodat2-compat-private

Keep fchmodat2-compat.hh private
This commit is contained in:
John Ericson
2025-04-07 15:17:46 -04:00
committed by GitHub
3 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
include_dirs += include_directories('../..')
headers += files(
'fchmodat2-compat.hh',
'personality.hh',
)

View File

@@ -43,7 +43,7 @@
/* Includes required for chroot support. */
#ifdef __linux__
# include "nix/store/fchmodat2-compat.hh"
# include "linux/fchmodat2-compat.hh"
# include <sys/ioctl.h>
# include <net/if.h>
# include <netinet/ip.h>