diff options
| author | Florian Weimer <fweimer@redhat.com> | 2025-01-24 08:04:23 +0100 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2025-01-24 12:25:29 +0100 |
| commit | 36fcdfbbc5463e55581fec67141df3493fb81f7e (patch) | |
| tree | 8a63f44679b2da4b0de721e2fc0d299e43e5343a /include | |
| parent | b62759db04b8ed7f829c06f1d7c3b8fb70616493 (diff) | |
| download | glibc-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.h | 3 |
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; |
