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