From: Roland McGrath Date: Tue, 18 Mar 2014 21:48:09 +0000 (-0700) Subject: Move bits/mman-linux.h out of sysdeps/unix/sysv/linux/. X-Git-Tag: glibc-2.20~720 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0283ecca51d2206f2644c1b1b0ecbb42fab7ac45;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index 84c4bfb8b75..eed1ce96587 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