ioctl.h: add SIOCATMARK definition to resolve compilation errors

This definition was added in order to solve some compilation problems
encountered when porting third-party libraries

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
This commit is contained in:
zhanghongyu 2024-06-17 21:58:03 +08:00 committed by Alan Carvalho de Assis
parent bcd64bf2bf
commit 4245da43ca

View File

@ -140,6 +140,11 @@
#define SIOCETHTOOL _SIOC(0x003D) /* Ethtool interface */
/* TCP socket control *******************************************************/
#define SIOCATMARK _SIOC(0x003E) /* Determine whether socket is at
* out-of-band mark */
/****************************************************************************
* Public Type Definitions
****************************************************************************/