bug-coreutils
[Top][All Lists]
Advanced

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

bug#15023: Coreutils on IRIX


From: Paul Eggert
Subject: bug#15023: Coreutils on IRIX
Date: Fri, 09 Aug 2013 13:26:16 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

One other thing.  Under what conditions do
<sys/time.h> include <sys/select.h>?
That is, there's probably something like this in
<sys/time.h>:


#ifndef _SYS_TIME_H
#define _SYS_TIME_H
...
#if !defined _KERNEL && !defined __XOPEN_OR_POSIX || defined _XPG4_2
#include <sys/select.h>
#endif
...
#endif

and so I'd like to know which symbols protect the
inclusion of <sys/select.h> (here it includes _SYS_TIME_H
and the others).

Similarly for <sys/types.h>, assuming it includes
<sys/select.h>.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]