diff options
Diffstat (limited to 'support/namespace.h')
-rw-r--r-- | support/namespace.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/support/namespace.h b/support/namespace.h index 998aab9..6b9b226 100644 --- a/support/namespace.h +++ b/support/namespace.h @@ -1,5 +1,5 @@ /* Entering namespaces for test case isolation. - Copyright (C) 2016-2024 Free Software Foundation, Inc. + Copyright (C) 2016-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -75,6 +75,7 @@ struct support_chroot_configuration const char *hosts; /* /etc/hosts. */ const char *host_conf; /* /etc/host.conf. */ const char *aliases; /* /etc/aliases. */ + const char *networks; /* /etc/networks. */ }; /* The result of the creation of a chroot. */ @@ -92,6 +93,7 @@ struct support_chroot char *path_hosts; /* /etc/hosts. */ char *path_host_conf; /* /etc/host.conf. */ char *path_aliases; /* /etc/aliases. */ + char *path_networks; /* /etc/networks. */ }; /* Create a chroot environment. The returned data should be freed |