diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-03-18 14:48:09 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-03-18 14:48:09 -0700 |
commit | 0283ecca51d2206f2644c1b1b0ecbb42fab7ac45 (patch) | |
tree | dc30d72c395306082addbde04cb0b6ed62abb4fd | |
parent | aebe10032963f5424498752732e316ff3438a8f3 (diff) | |
download | glibc-0283ecca51d2206f2644c1b1b0ecbb42fab7ac45.zip glibc-0283ecca51d2206f2644c1b1b0ecbb42fab7ac45.tar.gz glibc-0283ecca51d2206f2644c1b1b0ecbb42fab7ac45.tar.bz2 |
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.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | bits/mman-linux.h (renamed from sysdeps/unix/sysv/linux/bits/mman-linux.h) | 0 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2014-03-18 Roland McGrath <roland@hack.frob.com> + + * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ... + * bits/mman-linux.h: ... here. + 2014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * 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 index 45f76f5..45f76f5 100644 --- a/sysdeps/unix/sysv/linux/bits/mman-linux.h +++ b/bits/mman-linux.h |