about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarkus Trippelsdorf <markus@trippelsdorf.de>2012-05-31 16:16:23 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-31 16:16:23 -0700
commit507352f1a18c408963857656a09c64a602591f4b (patch)
tree9df474ffe664a2734f917a99b4caeccb8a771941
parent6bd784b66be962a1e4870a69042b7735c7a149e8 (diff)
downloadglibc-507352f1a18c408963857656a09c64a602591f4b.tar.gz
glibc-507352f1a18c408963857656a09c64a602591f4b.tar.xz
glibc-507352f1a18c408963857656a09c64a602591f4b.zip
Add bits/sysctl.h to sysdep_headers
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/unix/sysv/linux/Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9336ba3f7b..22315d7964 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
+
+	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
+	bits/sysctl.h.
+
 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #14117]
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 21b560790e..ddae6862bf 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -36,7 +36,7 @@ sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.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 \
-		  bits/socket_type.h bits/syscall.h
+		  bits/socket_type.h bits/syscall.h bits/sysctl.h
 
 tests += tst-clone