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:
parent
bcd64bf2bf
commit
4245da43ca
@ -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
|
||||
****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user