]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Install <bits/mman-linux.h>
authorAndreas Jaeger <aj@suse.de>
Thu, 7 Mar 2013 12:06:20 +0000 (13:06 +0100)
committerAndreas Jaeger <aj@suse.de>
Thu, 7 Mar 2013 12:06:20 +0000 (13:06 +0100)
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
bits/mman-linux.h.

ChangeLog
sysdeps/unix/sysv/linux/Makefile

index 9bb9b42500e4881b2a16dd89206f1230d3a44abc..4f08ec6286e698e30a4e7b2324baf40597c00ee3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-03-07  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
+       bits/mman-linux.h.
+
 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
        * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
index ecd9c2c973fdceab7afd20510d204e768158a085..f82c94982e108b903c5fb1b2352b9c1006ade471 100644 (file)
@@ -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