Add missing ESysEMSGSIZE and ESysEOPNOTSUPP for beos

git-svn-id: trunk@41074 -
This commit is contained in:
pierre 2019-01-25 18:35:33 +00:00
parent c33b4e20b2
commit 76871bc215

View File

@ -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 }
{***********************************************************************}