* envp is part of sysunixh, so no need to manually import it using an external

git-svn-id: trunk@36685 -
This commit is contained in:
svenbarth 2017-07-08 19:15:54 +00:00
parent e787cb1ff3
commit 00e9289f58

View File

@ -804,12 +804,6 @@ type
{$if defined(ELF32) or defined(ELF64) or defined(BEOS)}
{$ifdef FIND_BASEADDR_ELF}
{$ifndef SOLARIS}
{ Solaris has envp variable in system unit interface,
so we directly use system envp variable in that case }
var
envp : ppchar external name 'operatingsystem_parameter_envp';
{$endif not SOLARIS}
var
LocalJmpBuf : Jmp_Buf;
procedure LocalError;