From: Ulrich Drepper Date: Thu, 11 Jun 1998 09:58:13 +0000 (+0000) Subject: (sysdep_headers): Add sys/elf.h and sys/reg.h. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c156febb3427d6381094a9138d1845dcb4af003;p=thirdparty%2Fglibc.git (sysdep_headers): Add sys/elf.h and sys/reg.h. --- diff --git a/sysdeps/unix/sysv/linux/i386/Makefile b/sysdeps/unix/sysv/linux/i386/Makefile index 2ecedd4b150..0d82d4876ad 100644 --- a/sysdeps/unix/sysv/linux/i386/Makefile +++ b/sysdeps/unix/sysv/linux/i386/Makefile @@ -1,4 +1,4 @@ ifeq ($(subdir),misc) sysdep_routines += ioperm iopl vm86 -sysdep_headers += sys/perm.h sys/vm86.h +sysdep_headers += sys/elf.h sys/perm.h sys/reg.h sys/vm86.h endif