2
0
Эх сурвалжийг харах

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

git-svn-id: trunk@36685 -
svenbarth 8 жил өмнө
parent
commit
00e9289f58
1 өөрчлөгдсөн 0 нэмэгдсэн , 6 устгасан
  1. 0 6
      rtl/inc/exeinfo.pp

+ 0 - 6
rtl/inc/exeinfo.pp

@@ -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;