diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-12-11 14:15:51 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-12-11 16:19:11 -0800 |
commit | 78e21c5df674e037d06e86c5d4cb95818c8f6b8c (patch) | |
tree | 41b2d0b9e5fcb5cb2709a24a93364e172306740a /sysdeps/posix/Makefile | |
parent | f82c43af8aebc5a270c8be06055ee5a38063bac3 (diff) | |
download | glibc-78e21c5df674e037d06e86c5d4cb95818c8f6b8c.tar glibc-78e21c5df674e037d06e86c5d4cb95818c8f6b8c.tar.gz glibc-78e21c5df674e037d06e86c5d4cb95818c8f6b8c.tar.bz2 glibc-78e21c5df674e037d06e86c5d4cb95818c8f6b8c.zip |
Refactor shm_{open,unlink} code to separate Linux-specific directory choice from POSIX-generic code.
Diffstat (limited to 'sysdeps/posix/Makefile')
-rw-r--r-- | sysdeps/posix/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/posix/Makefile b/sysdeps/posix/Makefile index b58aa6aadb..8e5f7c3bba 100644 --- a/sysdeps/posix/Makefile +++ b/sysdeps/posix/Makefile @@ -3,3 +3,7 @@ L_tmpnam = 20 TMP_MAX = 238328 L_ctermid = 9 L_cuserid = 9 + +ifeq ($(subdir),rt) +librt-routines += shm-directory +endif |