C header library is not there in /usr/include/

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sanyogita
    New Member
    • Feb 2016
    • 2

    C header library is not there in /usr/include/

    I have c code which is from standard source. I want to build it but as I tried I got message that signalfd is missing.
    I found that code was usin <sys/signalfd.h> but it wasnt there in my /usr/include directory.
    Please tell me from where to get it and hoew to add it.
  • donbock
    Recognized Expert Top Contributor
    • Mar 2008
    • 2427

    #2
    signalfd.h is not part of Standard C -- it is part of your operating environment (that is, the operating system). What operating system is running on the computer you ran the compiler from?

    Comment

    Working...