1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Remove sys/reg.h.

This commit is contained in:
Andreas Jaeger
2000-08-21 17:07:07 +00:00
parent 246a9a195f
commit 005926ffaf

View File

@ -1,4 +1,8 @@
ifeq ($(subdir),misc)
sysdep_routines += setfsgid setfsuid setresgid setresuid
sysdep_headers += sys/elf.h sys/reg.h
sysdep_headers += sys/elf.h
endif
ifeq ($(subdir),csu)
CFLAGS-initfini.s += -DWEAK_GMON_START
endif