diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-10 14:09:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-10 14:09:11 +0000 |
commit | 39382b8ba41a02240424309a1b37a88488c58be3 (patch) | |
tree | a95458d60934b4004e476a298df2868400f06780 /sysdeps/unix/sysv/linux/Makefile | |
parent | 2c86b2bc6e6b28dc8c6bf0384e90d1eb4a05af8d (diff) | |
download | glibc-39382b8ba41a02240424309a1b37a88488c58be3.tar.gz glibc-39382b8ba41a02240424309a1b37a88488c58be3.tar.xz glibc-39382b8ba41a02240424309a1b37a88488c58be3.zip |
Update.
* sysdeps/unix/sysv/linux/Makefile (subdirs==misc) [sysdep_headers]: Remove sys/debugreg.h. * sysdeps/unix/sysv/linux/i386/Makefile (subdirs==misc) [sysdep_headers]: Add sys/debugreg.h. * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed. * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 13b1c1f251..6d6276a463 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -14,7 +14,7 @@ sysdep_routines += sysctl clone llseek getresuid getresgid umount umount2 sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.h sys/mtio.h \ sys/io.h sys/klog.h sys/kdaemon.h \ sys/user.h sys/sysmacros.h sys/procfs.h sys/prctl.h \ - sys/debugreg.h sys/kd.h sys/soundcard.h sys/vt.h \ + sys/kd.h sys/soundcard.h sys/vt.h \ sys/quota.h sys/fsuid.h bits/mman.h \ scsi/sg.h scsi/scsi.h sys/pci.h sys/ultrasound.h \ sys/sendfile.h |