mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-26 21:55:44 +07:00
missing: add IP_TRANSPARENT
This commit is contained in:
parent
784a51d5ef
commit
b90865ba15
@ -80,6 +80,10 @@
|
|||||||
#define TIOCVHANGUP 0x5437
|
#define TIOCVHANGUP 0x5437
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef IP_TRANSPARENT
|
||||||
|
#define IP_TRANSPARENT 19
|
||||||
|
#endif
|
||||||
|
|
||||||
static inline int pivot_root(const char *new_root, const char *put_old) {
|
static inline int pivot_root(const char *new_root, const char *put_old) {
|
||||||
return syscall(SYS_pivot_root, new_root, put_old);
|
return syscall(SYS_pivot_root, new_root, put_old);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user