Bug#845340: errno.h cannot be #included

2016-11-22 Thread Matthias Klose
On 22.11.2016 17:42, Juliusz Chroboczek wrote: >> Fixed in unstable, > > Which version ? > > $ sudo apt-get install -t unstable gcc-arm-linux-gnueabihf > Reading package lists... Done > Building dependency tree > Reading state information... Done >

Bug#845340: errno.h cannot be #included

2016-11-22 Thread Juliusz Chroboczek
Package: gcc-arm-linux-gnueabihf Version: 4:6.1.1-1 Try this: #include #include int main() { printf("%d\n", errno); return 0; } $ arm-linux-gnueabihf-gcc test.c In file included from /usr/arm-linux-gnueabihf/include/bits/errno.h:24:0, from