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