diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-05-08 14:59:21 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-05-08 14:59:21 +0200 |
commit | cd354a38495425bcf106fc410ec5e3c598c1aebe (patch) | |
tree | 1add225c112ba14944eab1c5cf440bb9f7128b5f /sysdeps/unix | |
parent | 139ace95756a61715a18051c102bd67ca5166b3c (diff) | |
download | glibc-cd354a38495425bcf106fc410ec5e3c598c1aebe.tar glibc-cd354a38495425bcf106fc410ec5e3c598c1aebe.tar.gz glibc-cd354a38495425bcf106fc410ec5e3c598c1aebe.tar.bz2 glibc-cd354a38495425bcf106fc410ec5e3c598c1aebe.zip |
Remove <sys/ultrasound.h>
This header was once used for constants related to the Gravis
Ultrasound sound card.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/ultrasound.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index a8790b1e51..8e7a45d61b 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -35,7 +35,7 @@ sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.h \ sys/kd.h sys/soundcard.h sys/vt.h \ sys/quota.h sys/fsuid.h \ scsi/sg.h scsi/scsi.h scsi/scsi_ioctl.h sys/pci.h \ - sys/ultrasound.h sys/raw.h sys/personality.h sys/epoll.h \ + sys/raw.h sys/personality.h sys/epoll.h \ bits/a.out.h sys/inotify.h sys/signalfd.h sys/eventfd.h \ sys/timerfd.h sys/fanotify.h bits/eventfd.h bits/inotify.h \ bits/signalfd.h bits/timerfd.h bits/epoll.h \ diff --git a/sysdeps/unix/sysv/linux/sys/ultrasound.h b/sysdeps/unix/sysv/linux/sys/ultrasound.h deleted file mode 100644 index a65c385bc0..0000000000 --- a/sysdeps/unix/sysv/linux/sys/ultrasound.h +++ /dev/null @@ -1 +0,0 @@ -#include <linux/ultrasound.h> |