This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: punt sys/io.h for superh


On Saturday 02 December 2006, Kaz Kojima wrote:
> Mike Frysinger <vapier@gentoo.org> wrote:
> > is it just me or does the superh port wrongly include the io.h header ? 
> > the architecture doesnt actually implement any of the functions
> > (ioperm/out*/in*/etc...)
> >
> > should just `cvs rm -f sysdeps/unix/sysv/linux/sh/sys/io.h`
>
> Ugh.  Thanks for catching this.  I'd like to propose an obvious
> patch below.

mmm i think we need the attached as well ?
-mike

Attachment: pgp00000.pgp
Description: PGP signature

2007-02-10  Mike Frysinger  <vapier@gentoo.org>

	* sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
	from sysdep_headers.

--- libc/sysdeps/unix/sysv/linux/sh/Makefile
+++ libc/sysdeps/unix/sysv/linux/sh/Makefile
@@ -2,10 +2,6 @@ ifeq ($(subdir),io)
 sysdep_routines += pipe
 endif
 
-ifeq ($(subdir),misc)
-sysdep_headers += sys/io.h
-endif
-
 ifeq ($(subdir),stdlib)
 gen-as-const-headers += ucontext_i.sym
 endif

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]