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
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue