1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00

missing: add IP_TRANSPARENT

This commit is contained in:
Kay Sievers 2011-05-20 13:37:04 +02:00
parent 784a51d5ef
commit b90865ba15

View File

@ -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);
}