bug-gnu-utils
[Top][All Lists]
Advanced

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

libc


From: Timothy Burgener \(Work\)
Subject: libc
Date: Fri, 17 Nov 2000 13:16:25 -0600

This bug report regards the libc/gcc 2.96 shipped with RedHat 7.0.
 
Under RedHat 6.X we had a cpp file using inb() and ioperm().  We included:
#include <asm/io.h>
#include <sys/io.h>
 
This now causes an error in the library because of the competing inb() functions in each of those.  Previously, ifdefs must(?) have prevented this error, but now we don't use asm/io.h to get it to compile.  Complete testing has not yet verified an identical operation of our code, but we expect it to be fine.
 
-Tim
 

reply via email to

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