BenitoJedai / nativeclient-sdk

Automatically exported from code.google.com/p/nativeclient-sdk
0 stars 1 forks source link

missing sys/ioctl.h in NaCl SDK on Linux #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by dsprin...@google.com on 16 Sep 2010 at 4:36