On Tue, Feb 11, 2003 at 04:36:25PM +0530, Ajay Bansal wrote:
> Should I shift to #include ???
That's the new header blessed by Single UNIX Specification v3.
Implementations [as in "implementation of the standard" = OS product]
are allowed to still declare select in sys/time.h, and most probably
do
Till now I have been using sys/time.h for this call. Now the man page
says following
/* According to POSIX 1003.1-2001 */
#include
/* According to earlier standards */
#include
#include
#include
Should I shift to #include ???
-Ajay