about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2013-03-07 13:06:20 +0100
committerAndreas Jaeger <aj@suse.de>2013-03-07 13:06:20 +0100
commit4dd4e15794df2e51bb4d3a5de4356497fa12172f (patch)
treedbbc16648fab0a7175c9695c330559c9371edc27 /sysdeps/unix
parentce544b5bda86f0a42b7f88906faf745926423720 (diff)
downloadglibc-4dd4e15794df2e51bb4d3a5de4356497fa12172f.tar.gz
glibc-4dd4e15794df2e51bb4d3a5de4356497fa12172f.tar.xz
glibc-4dd4e15794df2e51bb4d3a5de4356497fa12172f.zip
Install <bits/mman-linux.h>
	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
	bits/mman-linux.h.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index ecd9c2c973..f82c94982e 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -35,7 +35,8 @@ 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/sysctl.h
+		  bits/socket_type.h bits/syscall.h bits/sysctl.h \
+		  bits/mman-linux.h
 
 tests += tst-clone