diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/Makefile | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2007-02-10 Mike Frysinger <vapier@gentoo.org> + + * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h + from sysdep_headers. + 2007-02-28 Jakub Jelinek <jakub@redhat.com> * 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 6d72cb0294..c1b436a6fb 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 |