mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-21 04:31:04 +08:00
Add sys/io.h.
This commit is contained in:
parent
13990a22c1
commit
358f8be2ed
@ -3,7 +3,7 @@ sysdep_routines += oldglob
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),misc)
|
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 \
|
sysdep_routines += ieee_get_fp_control ieee_set_fp_control \
|
||||||
sethae ioperm osf_sigprocmask llseek adjtimex
|
sethae ioperm osf_sigprocmask llseek adjtimex
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
ifeq ($(subdir),misc)
|
ifeq ($(subdir),misc)
|
||||||
sysdep_routines += setfsgid setfsuid setresgid setresuid ioperm
|
sysdep_routines += setfsgid setfsuid setresgid setresuid ioperm
|
||||||
sysdep_headers += sys/elf.h
|
sysdep_headers += sys/elf.h sys/io.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),signal)
|
ifeq ($(subdir),signal)
|
||||||
|
Loading…
Reference in New Issue
Block a user