summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-05-08 14:59:21 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-05-08 14:59:21 +0200
commitcd354a38495425bcf106fc410ec5e3c598c1aebe (patch)
tree1add225c112ba14944eab1c5cf440bb9f7128b5f
parent139ace95756a61715a18051c102bd67ca5166b3c (diff)
downloadglibc-cd354a38495425bcf106fc410ec5e3c598c1aebe.tar.gz
Remove <sys/ultrasound.h>
This header was once used for constants related to the Gravis Ultrasound sound card.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS2
-rw-r--r--sysdeps/unix/sysv/linux/Makefile2
-rw-r--r--sysdeps/unix/sysv/linux/sys/ultrasound.h1
4 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e29d93658..4f09eeca9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-05-08 Florian Weimer <fweimer@redhat.com>
+
+ * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
+ sys/ultrasound.h.
+ * sysdeps/unix/sysv/linux/sys/ultrasound.h: Remove file.
+
2017-05-08 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/i386/configure.ac (arch_minimum_kernel):
diff --git a/NEWS b/NEWS
index 2a1e85108d..09c302b642 100644
--- a/NEWS
+++ b/NEWS
@@ -61,6 +61,8 @@ Version 2.26
can be used with on i[4567]86 and x86_64 is 3.2. A Linux 3.2 or later
kernel was already required on all other architectures.
+* The obsolete <sys/ultrasound.h> header file has been removed.
+
Security related changes:
* The DNS stub resolver limits the advertised UDP buffer size to 1200 bytes,
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>