From: Ulrich Drepper Date: Mon, 5 Mar 2007 19:35:17 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h X-Git-Tag: cvs/fedora-glibc-20070317T2130~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=245a1481d7ec594670c521f8db7d22cfa93dd494;p=thirdparty%2Fglibc.git * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h from sysdep_headers. --- diff --git a/ChangeLog b/ChangeLog index 59b40ef3cba..aa4e5d32700 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-10 Mike Frysinger + + * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h + from sysdep_headers. + 2007-02-28 Jakub Jelinek * time/tzfile.c (find_transition): Instead of a linear search try to diff --git a/sysdeps/unix/sysv/linux/sh/Makefile b/sysdeps/unix/sysv/linux/sh/Makefile index 6d72cb02948..c1b436a6fb4 100644 --- a/sysdeps/unix/sysv/linux/sh/Makefile +++ b/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