1570af302Sopenharmony_ci#include "syscall.h"
2570af302Sopenharmony_ci
3570af302Sopenharmony_ciint pivot_root(const char *new, const char *old)
4570af302Sopenharmony_ci{
5570af302Sopenharmony_ci	return syscall(SYS_pivot_root, new, old);
6570af302Sopenharmony_ci}
7