]> git.wh0rd.org - patches.git/blob - glibc-sh-no-sys-io-header.patch
initial import
[patches.git] / glibc-sh-no-sys-io-header.patch
1 2007-02-10 Mike Frysinger <vapier@gentoo.org>
2
3 * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
4 from sysdep_headers.
5
6 --- libc/sysdeps/unix/sysv/linux/sh/Makefile
7 +++ libc/sysdeps/unix/sysv/linux/sh/Makefile
8 @@ -2,10 +2,6 @@ ifeq ($(subdir),io)
9 sysdep_routines += pipe
10 endif
11
12 -ifeq ($(subdir),misc)
13 -sysdep_headers += sys/io.h
14 -endif
15 -
16 ifeq ($(subdir),stdlib)
17 gen-as-const-headers += ucontext_i.sym
18 endif