Add sys/io.h.

This commit is contained in:
Ulrich Drepper 2000-01-23 08:59:08 +00:00
parent da665e5ce9
commit 70f0832358
2 changed files with 2 additions and 2 deletions

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)

View File

@ -1,6 +1,6 @@
ifeq ($(subdir),misc)
sysdep_routines += ioperm iopl vm86 setfsgid setfsuid setresgid setresuid
sysdep_headers += sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
sysdep_headers += sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h sys/io.h
endif
ifeq ($(subdir),elf)