0_0_12951222_13855.cpp:4:19: fcntl.h: No such file or directory
0_0_12951222_13855.cpp: In function `int main()':
0_0_12951222_13855.cpp:11: error: `chroot' undeclared (first use this function)
0_0_12951222_13855.cpp:11: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12951222_13855.cpp:13: error: `strerror' undeclared (first use this function)
0_0_12951222_13855.cpp:14: error: `O_RDONLY' undeclared (first use this function)
0_0_12951222_13855.cpp:14: error: `open' undeclared (first use this function)
0_0_12951222_13855.cpp:15: error: `O_WRONLY' undeclared (first use this function)
0_0_12951222_13855.cpp:17: error: `read' undeclared (first use this function)
|