aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2025-01-24 08:04:23 +0100
committerFlorian Weimer <fweimer@redhat.com>2025-01-24 12:25:29 +0100
commit36fcdfbbc5463e55581fec67141df3493fb81f7e (patch)
tree8a63f44679b2da4b0de721e2fc0d299e43e5343a /include
parentb62759db04b8ed7f829c06f1d7c3b8fb70616493 (diff)
downloadglibc-36fcdfbbc5463e55581fec67141df3493fb81f7e.tar.xz
glibc-36fcdfbbc5463e55581fec67141df3493fb81f7e.zip
Revert "stdlib: Support malloc-managed environ arrays for compatibility"
This reverts commit b62759db04b8ed7f829c06f1d7c3b8fb70616493. Reason for revert: Incompatible with “env -i” and coreutils (bug 32588). Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/unistd.h b/include/unistd.h
index ada957f9d0..e241603b81 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -203,9 +203,6 @@ libc_hidden_proto (__tcsetpgrp)
extern int __libc_enable_secure attribute_relro;
rtld_hidden_proto (__libc_enable_secure)
-/* Original value of __environ. Initialized by _init_first (dynamic)
- or __libc_start_main (static). */
-extern char **__environ_startup attribute_hidden;
/* Various internal function. */
extern void __libc_check_standard_fds (void) attribute_hidden;