mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-15 23:30:40 +01:00
* Removed "platform" keyword from dladdr(), since it actually IS portable.
git-svn-id: trunk@5718 -
This commit is contained in:
parent
cd526811cf
commit
6a34534c2d
@ -39,7 +39,7 @@ function dlerror() : Pchar; cdecl; external libdl;
|
||||
{ overloaded for compatibility with hmodule }
|
||||
function dlsym(Lib : PtrInt; Name : Pchar) : Pointer; cdecl; external Libdl;
|
||||
function dlclose(Lib : PtrInt) : Longint; cdecl; external libdl;
|
||||
function dladdr(Lib: pointer; info: Pdl_info): Longint; cdecl; external; platform;
|
||||
function dladdr(Lib: pointer; info: Pdl_info): Longint; cdecl; external;
|
||||
|
||||
implementation
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user