#include #define chroot _chroot #include PUBLIC int chroot(name) _CONST char *name; { return(_callm3(FS, CHROOT, 0, name)); }