Refactor shm_{open,unlink} code to separate Linux-specific directory choice from...
commit78e21c5df674e037d06e86c5d4cb95818c8f6b8c
authorRoland McGrath <roland@hack.frob.com>
Thu, 11 Dec 2014 22:15:51 +0000 (11 14:15 -0800)
committerRoland McGrath <roland@hack.frob.com>
Fri, 12 Dec 2014 00:19:11 +0000 (11 16:19 -0800)
tree41b2d0b9e5fcb5cb2709a24a93364e172306740a
parentf82c43af8aebc5a270c8be06055ee5a38063bac3
Refactor shm_{open,unlink} code to separate Linux-specific directory choice from POSIX-generic code.
ChangeLog
sysdeps/posix/Makefile
sysdeps/posix/shm-directory.c [new file with mode: 0644]
sysdeps/posix/shm-directory.h [new file with mode: 0644]
sysdeps/posix/shm_open.c
sysdeps/posix/shm_unlink.c
sysdeps/unix/sysv/linux/shm-directory.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/shm_open.c [deleted file]
sysdeps/unix/sysv/linux/shm_unlink.c [deleted file]