GNU bug report logs - #15023
Coreutils on IRIX

Previous Next

Package: coreutils;

Reported by: "Rainer M. Canavan" <coreutils <at> canavan.de>

Date: Sun, 4 Aug 2013 23:33:02 UTC

Severity: normal

Tags: moreinfo

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #26 received at 15023 <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: "Rainer M. Canavan" <coreutils <at> canavan.de>
Cc: 15023 <at> debbugs.gnu.org
Subject: Re: bug#15023: Coreutils on IRIX
Date: Fri, 09 Aug 2013 13:26:16 -0700
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>.




This bug report was last modified 6 years and 199 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.