mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-28 01:41:48 +03:00
tests: Temporarily build chroot_wrapper
This commit is contained in:
committed by
Andreas Schneider
parent
5d3ab421e1
commit
094aa5eb02
8
tests/chroot_wrapper.c
Normal file
8
tests/chroot_wrapper.c
Normal file
@ -0,0 +1,8 @@
|
||||
/* silent gcc */
|
||||
int chroot(const char *);
|
||||
|
||||
int chroot(const char *path)
|
||||
{
|
||||
(void)path;
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user