aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-11-24 17:55:59 +0100
committerFlorian Weimer <fweimer@redhat.com>2017-11-24 17:55:59 +0100
commit7911dd47da73026acc930564c10a1ceeb68d8583 (patch)
tree7fe8f10770a8a70ba672694c2bd5ca6da62be785 /sysdeps/unix/sysv/linux/Makefile
parentc45d78aac47db08bc8ea7641c5330cccaecd3ddb (diff)
downloadglibc-7911dd47da73026acc930564c10a1ceeb68d8583.tar
glibc-7911dd47da73026acc930564c10a1ceeb68d8583.tar.gz
glibc-7911dd47da73026acc930564c10a1ceeb68d8583.tar.bz2
glibc-7911dd47da73026acc930564c10a1ceeb68d8583.zip
Linux: Introduce <bits/mman-shared.h>
This header file enables sharing of portable declarations and definitions across all Linux architectures, including hppa (which does not use <bits/mman-linux.h>). Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index c484d2688a..58ce07b526 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -39,7 +39,7 @@ sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.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/mman-linux.h \
+ bits/mman-linux.h bits/mman-shared.h \
bits/siginfo-arch.h bits/siginfo-consts-arch.h
tests += tst-clone tst-clone2 tst-clone3 tst-fanotify tst-personality \