Branch: Tag:

2018-04-26

2018-04-26 17:47:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge branch 'grubba/fdlib' into 8.1

* grubba/fdlib:
I/O [NT]: Moved FD_SETSIZE definition to global.h.
I/O [NT]: Use new low-level functions from Process.
I/O [NT]: Added some assertions.
I/O [NT]: Added serialization of access to fd handles.
I/O [NT]: Use the new low-level functions.
I/O [NT]: Added some low-level fd handling functions.
Build [NT]: Fix typo of EACCES.
I/O [NT]: Document some internal data structures.

93:   #endif /* _MSC_VER <= 1900 */   #endif /* _MSC_VER */    + /* NB: Defaults to 64. */ + #ifndef FD_SETSIZE + /* +  * In reality: almost unlimited actually. +  */ + #define FD_SETSIZE 65536 + #endif /* FD_SETSIZE */ +    #endif /* __NT__ */      /*