]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add sys/io.h.
authorUlrich Drepper <drepper@redhat.com>
Sun, 23 Jan 2000 08:52:50 +0000 (08:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 23 Jan 2000 08:52:50 +0000 (08:52 +0000)
sysdeps/unix/sysv/linux/alpha/Makefile
sysdeps/unix/sysv/linux/arm/Makefile

index b62a871506e73a7abf156d77006e5dffbab16bb3..3265e0fa1ee772bcbf94cafc148077a12b6beeeb 100644 (file)
@@ -3,7 +3,7 @@ sysdep_routines += oldglob
 endif
 
 ifeq ($(subdir),misc)
-sysdep_headers += alpha/ptrace.h alpha/regdef.h
+sysdep_headers += alpha/ptrace.h alpha/regdef.h sys/io.h
 
 sysdep_routines += ieee_get_fp_control ieee_set_fp_control \
                   sethae ioperm osf_sigprocmask llseek adjtimex
index 79eff05b90c7d35d23418a0541f75792d6c161df..b82a6ef1602127da99521ca85f5e975f48d3a371 100644 (file)
@@ -1,6 +1,6 @@
 ifeq ($(subdir),misc)
 sysdep_routines += setfsgid setfsuid setresgid setresuid ioperm
-sysdep_headers += sys/elf.h
+sysdep_headers += sys/elf.h sys/io.h
 endif
 
 ifeq ($(subdir),signal)