This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/17370] New: #include <linux/timex.h> makes gcc give an error
- From: "ruben at ugr dot es" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Sep 2004 11:11:09 -0000
- Subject: [Bug c/17370] New: #include <linux/timex.h> makes gcc give an error
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
>cat pru.c
#include <linux/timex.h>
int main( int argc, char * argv[] )
{
}
>gcc pru.c
In file included from pru.c:1:
/usr/include/linux/timex.h:173: error: field `time' has incomplete type
>gcc -v
Reading specs from /mnt/backup/usrlocal/bin/../lib/gcc/i686-pc-linux-gnu/3.4.2/specs
Configured with: ./configure
Thread model: posix
gcc version 3.4.2
gcc 3.3.4 is also affected.
--
Summary: #include <linux/timex.h> makes gcc give an error
Product: gcc
Version: 3.3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ruben at ugr dot es
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17370