mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 00:22:39 +02:00
* link libbsd for AIX, because several UNIX routines are part of its BSD
Compatibility library git-svn-id: trunk@20788 -
This commit is contained in:
parent
b0e4263fee
commit
7c0469e1fd
@ -19,6 +19,12 @@
|
|||||||
{ var
|
{ var
|
||||||
Errno : cint; external clib name 'errno';}
|
Errno : cint; external clib name 'errno';}
|
||||||
|
|
||||||
|
{$if defined(aix) and not defined(FPC_IS_SYSTEM)}
|
||||||
|
{ in AIX, several UNIX routines are part of the "compatibility interface for
|
||||||
|
older Berkeley Software Distribution (BSD) system programs" }
|
||||||
|
{$linklib libbsd}
|
||||||
|
{$endif aix}
|
||||||
|
|
||||||
Type TGrpArr = Array [0..0] of TGid; { C style array workarounds}
|
Type TGrpArr = Array [0..0] of TGid; { C style array workarounds}
|
||||||
pGrpArr = ^TGrpArr;
|
pGrpArr = ^TGrpArr;
|
||||||
TFilDes = Array [0..1] of cInt;
|
TFilDes = Array [0..1] of cInt;
|
||||||
|
Loading…
Reference in New Issue
Block a user