Following code
#include <threads.h>
Gives me this error:
fatal error: threads.h: No such file or directory
Using the latest GCC and Clang with -std = c11.
Are C11 streams not supported by GCC and Clang? Or is there a hack (or something to install) to get it? I just use Ubuntu 14.04 with gcc and clang packages from the Ubuntu repository.
c multithreading c11
lucasart Apr 05 '14 at 1:33 2014-04-05 01:33
source share