mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 17:59:27 +02:00
* two extra FPIS added
This commit is contained in:
parent
cd46432deb
commit
2e9daf5cfa
@ -108,6 +108,10 @@ Type TGrpArr = Array [0..0] of TGid; { C style array workarounds}
|
||||
Function FPIsReg (m : TMode): Boolean;
|
||||
Function FPIsFIFO (m : TMode): Boolean;
|
||||
|
||||
// The following two are very common, but not POSIX.
|
||||
Function FPISLNK (m:TMode) : Boolean;
|
||||
Function FPISSOCK (m:TMode : Boolean;
|
||||
|
||||
Function wifexited (Status : cInt): cInt;
|
||||
Function wexitStatus (Status : cInt): cInt;
|
||||
Function wstopsig (Status : cInt): cInt;
|
||||
@ -118,7 +122,10 @@ Type TGrpArr = Array [0..0] of TGid; { C style array workarounds}
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.5 2003-09-16 16:13:56 marco
|
||||
Revision 1.6 2003-09-17 11:14:25 marco
|
||||
* two extra FPIS added
|
||||
|
||||
Revision 1.5 2003/09/16 16:13:56 marco
|
||||
* fdset functions renamed to fp<posix name>
|
||||
|
||||
Revision 1.4 2003/09/14 20:15:01 marco
|
||||
|
Loading…
Reference in New Issue
Block a user