What is the difference between the various unistd.h under /usr/include in Linux ?
Posted
by Marwan
on Stack Overflow
See other posts from Stack Overflow
or by Marwan
Published on 2010-06-01T09:46:14Z
Indexed on
2010/06/01
11:13 UTC
Read the original article
Hit count: 238
Under the /usr/include directory in Linux i entered the command: find -type f -name unistd.h which gave the following output:
./unistd.h ./linux/unistd.h ./asm-generic/unistd.h ./bits/unistd.h ./asm/unistd.h ./sys/unistd.h
my question is, what is the purpose of each unistd.h, since there is only one definiton of that file in the single unix specification ?
Thanks in advance.
© Stack Overflow or respective owner