mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-19 15:59:40 +01:00
Add missing ESysEMSGSIZE and ESysEOPNOTSUPP for beos
git-svn-id: trunk@41074 -
This commit is contained in:
parent
c33b4e20b2
commit
76871bc215
@ -386,10 +386,12 @@ const
|
||||
ESysESRCH = (B_POSIX_ERROR_BASE + 13);
|
||||
ESysETIMEDOUT = ord(B_TIMED_OUT);
|
||||
ESysEXDEV = ord(B_CROSS_DEVICE_LINK);
|
||||
ESysEMSGSIZE = EMSGSIZE;
|
||||
ESysEOPNOTSUPP = EOPNOTSUPP;
|
||||
|
||||
|
||||
{ESysEBADMSG = realtime extension POSIX only }
|
||||
{ESysECANCELED = async. I/O extension POSIX only }
|
||||
{ESysEMSGSIZE = realtime extension POSIX only }
|
||||
{ESysEINPROGRESS = async. I/O extension POSIX only }
|
||||
|
||||
{***********************************************************************}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user