mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:49:39 +02:00
* 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:
parent
e787cb1ff3
commit
00e9289f58
@ -804,12 +804,6 @@ type
|
|||||||
{$if defined(ELF32) or defined(ELF64) or defined(BEOS)}
|
{$if defined(ELF32) or defined(ELF64) or defined(BEOS)}
|
||||||
|
|
||||||
{$ifdef FIND_BASEADDR_ELF}
|
{$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
|
var
|
||||||
LocalJmpBuf : Jmp_Buf;
|
LocalJmpBuf : Jmp_Buf;
|
||||||
procedure LocalError;
|
procedure LocalError;
|
||||||
|
Loading…
Reference in New Issue
Block a user