diff options
Diffstat (limited to 'missing.h')
-rw-r--r-- | missing.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -35,5 +35,4 @@ static inline int pivot_root(const char *new_root, const char *put_old) { return syscall(SYS_pivot_root, new_root, put_old); } - #endif |