answersLogoWhite

0


Best Answer

semaphore.h is in the kernel source. If you're looking for it for your particular distribution (such as for compiling modules), look in the kernel source package or install the kernel headers.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the library name in which the semaphore.h header file is present in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

No of header files are there in 'c' language?

It's 1405 in my Linux box.


Where are the C header files in Linux?

The C header files are in the same place as other Unix and Unix-like systems: /usr/include if you installed the compiler.


Can you replace getch of C programming in Linux without using iostream header?

There is a 'getch' in 'conio.h' which has nothing to do with 'iostream'.


Where at Linux get the Shared Library Paths saved?

/usr/lib


What type of Linux is best for PC games?

All Linux distros have about the same capabilities as far as applications go. The key to playing any Windows games on Linux is the installation of Wine. Wine is a library that allows most (though certainly not all) Windows programs to be run on Linux.


How do you install curses header file in fedora Linux in order to use getch function in a c an c plus plus program?

dnf install ncurses-devel


How do you install kernel header files?

OS/distribution dependent, for debian: apt-get install linux-kernel-headersOr you can download the whole kernel-source, which contains the headers as well.


Example of multi tasking OS?

windows, mac os, unix, linux..generally all of the present versions of these OC's are multitasking ones..


What is GRUB error 15?

GRUB error 15 is caused by the specified kernel or initrd not existing at the specified location. For instance, if the entry tries to load linux-2.6.22-18, but only linux-2.6.22-16 is present, Linux will not boot.


What is the Linux command for displaying a working directory?

The command pwd displays your current/present working directory.


Is there a Garageband-like program for Linux?

Ardour is a much higher-end program, but does not have the loops library, lessons function or Magic Garageband functions.


Will PHP code developed on Windows work on an Apache server on Linux?

Generally speaking, yes. There are certain extensions to PHP one could install on Windows that would provide functions that aren't present on Linux.