/* COVERAGE: chroot */ #include int main() { chroot("/tmp"); //staptest// chroot ("/tmp") = NNNN chroot((const char *)-1); #ifdef __s390__ //staptest// chroot (0x[7]?[f]+) = NNNN #else //staptest// chroot (0x[f]+) = NNNN #endif return 0; }