Skip to content

Add stub for SIOCATMARK command of ioctl.

Bendeguz Pisch requested to merge bpisch/relibc:relibc_ioctl_siocatmark into master

This change adds the ioctl() SIOCATMARK command stub, which is required for compiling APR Apache Runtime Library. Since, as far as I know, netstack doesn't support OOB yet it just returns 0.

Merge request reports