Add sys/io.h.

This commit is contained in:
Ulrich Drepper 2000-01-23 08:52:50 +00:00
parent 13990a22c1
commit 358f8be2ed
2 changed files with 2 additions and 2 deletions

View 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

View 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)