aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-11-07 12:11:42 +0100
committerFlorian Weimer <fweimer@redhat.com>2017-11-07 12:11:42 +0100
commitb7fc95f8c8afab296f0e3c29d4effdc68663319c (patch)
tree9ab52f972e50569cc515f53b3cfb8cc85f3b5b1c /sysdeps/unix/sysv/linux/Makefile
parent6b86036452b9ac47b4ee7789a50f2f37df7ecc4f (diff)
downloadglibc-b7fc95f8c8afab296f0e3c29d4effdc68663319c.tar
glibc-b7fc95f8c8afab296f0e3c29d4effdc68663319c.tar.gz
glibc-b7fc95f8c8afab296f0e3c29d4effdc68663319c.tar.bz2
glibc-b7fc95f8c8afab296f0e3c29d4effdc68663319c.zip
Move <bits/mman-linux.h> to the Linux sysdeps directory
The header file is no longer used on anything but Linux.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 0c8a009b5e..bf76b8773d 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -28,13 +28,6 @@ CFLAGS-open_by_handle_at.c = -fexceptions -fasynchronous-unwind-tables
CFLAGS-sync_file_range.c = -fexceptions -fasynchronous-unwind-tables
CFLAGS-tst-writev.c += "-DARTIFICIAL_LIMIT=(0x80000000-sysconf(_SC_PAGESIZE))"
-# Note that bits/mman-linux.h is listed here though the file lives in the
-# top-level bits/ subdirectory instead of here in sysdeps/.../linux/bits/.
-# That is just so that other (non-Linux) configurations for whom the
-# bits/mman-linux.h definitions work well do not have to duplicate the
-# contents of the file. The file must still be listed in sysdep_headers
-# here and in any non-Linux configuration that uses it; other
-# configurations will not install the file.
sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.h \
sys/klog.h \
sys/user.h sys/prctl.h \