On Thu, Feb 05, 1998 at 04:58:21PM +0100, Davide Barbieri wrote:
> Ciao,
>       someone could explain to me, why file descriptors are now
> defined both in sys/select.h and in linux/time.h?
> Is this correct?

        glibc-2 tries to be self-contained; you shouldn't include
<linux/*> in any application (excepting those very related to the
kernel); so, many things that used to be in <linux/somefile.h> are now
in <sys/otherfile.h>; and that's where the programs should look for
them.

-- 
Juan Cespedes


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .
  • FD_SET Davide Barbieri
    • Juan Cespedes

Reply via email to