Hello,<br><br>Is it possible to add in IOLIB several new syscalls? Namely:<br><br>1) Syslog staff (part of the POSIX standrd),<br>2) Sendfile (is not standardized, but still good thing),<br>3) And aio_* syscalls (is also part of the POSIX).<br>
<br>All of these calls are often used when writing web servers and if someone wants to write one in CL - they may come in handy :)<br><br>I added 1 & 2 to iolib-clean repo on <a href="http://gitorios.org">gitorios.org</a>. 3 is more complicated (especially the representation of structures in Linux).<br>