Recent

Author Topic: EsockEAGAIN missing in sockets.pp unit  (Read 938 times)

zamronypj

  • Full Member
  • ***
  • Posts: 133
    • Fano Framework, Free Pascal web application framework
EsockEAGAIN missing in sockets.pp unit
« on: July 25, 2019, 12:50:55 pm »
in unit sockets.pp some constants are just alias from other constant, for example

Code: Pascal  [Select][+][-]
  1. const
  2.      EsockEINTR            = EsysEINTR;
  3.      EsockEWOULDBLOCK = EsysEWouldBlock;
  4.     ...
  5.  

But I can't find EsockEAGAIN. Is there particular reason why EsockEAGAIN is not mapped to EsysEAGAIN constant?
Fano Framework, Free Pascal web application framework https://fanoframework.github.io
Apache module executes Pascal program like scripting language https://zamronypj.github.io/mod_pascal/
Github https://github.com/zamronypj

 

TinyPortal © 2005-2018