From: Ulrich Drepper Date: Thu, 8 Oct 1998 13:07:40 +0000 (+0000) Subject: [subdir==misc] (sysdep_headers): Add sys/debugreg.h. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8869276a49e04bcf1bf1af7b60cc237425fd50fa;p=thirdparty%2Fglibc.git [subdir==misc] (sysdep_headers): Add sys/debugreg.h. --- diff --git a/sysdeps/unix/sysv/linux/i386/Makefile b/sysdeps/unix/sysv/linux/i386/Makefile index 0d82d4876ad..754a632144d 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/elf.h sys/perm.h sys/reg.h sys/vm86.h +sysdep_headers += sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h endif