From 0283ecca51d2206f2644c1b1b0ecbb42fab7ac45 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 18 Mar 2014 14:48:09 -0700 Subject: [PATCH] Move bits/mman-linux.h out of sysdeps/unix/sysv/linux/. This way, non-Linux ports using the Linux values for bits/mman.h constants need not duplicate the header. --- ChangeLog | 5 +++++ {sysdeps/unix/sysv/linux/bits => bits}/mman-linux.h | 0 2 files changed, 5 insertions(+) rename {sysdeps/unix/sysv/linux/bits => bits}/mman-linux.h (100%) diff --git a/ChangeLog b/ChangeLog index 84c4bfb..eed1ce9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-03-18 Roland McGrath + + * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ... + * bits/mman-linux.h: ... here. + 2014-03-18 Adhemerval Zanella * conform/conformtest.pl: Add standard definition when calling C diff --git a/sysdeps/unix/sysv/linux/bits/mman-linux.h b/bits/mman-linux.h similarity index 100% rename from sysdeps/unix/sysv/linux/bits/mman-linux.h rename to bits/mman-linux.h -- 2.7.4