[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: FD_SET



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
debian-sparc-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: