mirror of git://sourceware.org/git/glibc.git
hurd: Add _IOT_ifrtreq to <net/route.h>
So that we can use struct ifrtreq in ioctls.
This commit is contained in:
parent
fd36873ff9
commit
9ba0f010a6
|
@ -80,6 +80,7 @@ typedef struct ifrtreq
|
|||
int rt_tos;
|
||||
int rt_class;
|
||||
} ifrtreq_t;
|
||||
#define _IOT_ifrtreq _IOT (_IOTS(char), IF_NAMESIZE, _IOTS(int), 10, 0, 0)
|
||||
|
||||
|
||||
#define RTF_UP 0x0001 /* Route usable. */
|
||||
|
|
Loading…
Reference in New Issue