DEBSOURCES
Skip Quicknav
sources / libssh / 0.10.6-0%2Bdeb12u2 / tests / chroot_wrapper.c
12345678
/* silent gcc */ int chroot(const char *); int chroot(const char *path) { (void)path; return 0; }