[PATCH] install bits/sysctl.h

Markus Trippelsdorf markus@trippelsdorf.de
Thu May 31 17:30:00 GMT 2012


Commit c9009328789a added sysctl.mk and bits/sysctl.h. 
It doesn't install bits/sysctl.h however.

The following patch fixes this:

diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 21b5607..ddae686 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
 

-- 
Markus



More information about the Libc-alpha mailing list