What steps will reproduce the problem?
1. Simple test.c that #includes sys/ioctl
#include <sys/ioctl.h>
int main(void) {
}
What is the expected output?
$ g++ test.cc
What do you see instead?
~/src/native_client_sdk_0_1_472_0/toolchain/linux_x86/nacl/bin/g++ test.cc
test.cc:1:23: error: sys/ioctl.h: No such file or directory
What version of the product are you using? On what operating system?
native_client_sdk_0_1_472_0/toolchain/linux_x86
Please provide any additional information below.
Original issue reported on code.google.com by d...@google.com on 14 Jul 2010 at 3:26
Original issue reported on code.google.com by
d...@google.com
on 14 Jul 2010 at 3:26