]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/posix/Makefile
linux: Require /dev/shm as the shared memory file system
[thirdparty/glibc.git] / sysdeps / posix / Makefile
index 52f20f5d973f02161d353c27a9057e379a5e6e1a..b58aa6aadbfdca9f4682342ec66ac91e409c844e 100644 (file)
@@ -3,9 +3,3 @@ L_tmpnam  = 20
 TMP_MAX   = 238328
 L_ctermid = 9
 L_cuserid = 9
-
-ifeq ($(subdir)|$(have-thread-library),rt|no)
-# With NPTL, this lives in libpthread so it can be used for sem_open too.
-# Without NPTL, it's just private in librt.
-librt-routines += shm-directory
-endif