diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-23 01:15:14 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-02-08 08:14:37 -0500 |
commit | 6fc8123f48680ddb6b40689a09c65488ee5bbd4b (patch) | |
tree | a6bda034ce36cb99f196471ad742f804218a1248 /nptl/ChangeLog | |
parent | 6349768c8b052e1ebdc1b9dcd2333decde6d80ff (diff) | |
download | glibc-6fc8123f48680ddb6b40689a09c65488ee5bbd4b.tar.gz glibc-6fc8123f48680ddb6b40689a09c65488ee5bbd4b.tar.xz glibc-6fc8123f48680ddb6b40689a09c65488ee5bbd4b.zip |
sem_open: allow RAMFS_MAGIC for mount points
A ramfs mount supports the same requirements as a tmpfs, so accept that as a magic type too. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a4d3f45a47..474a473bf8 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2014-02-08 Mike Frysinger <vapier@gentoo.org> + + * sem_open.c (__where_is_shmfs): Compare f.f_type to RAMFS_MAGIC too. + 2014-02-05 Carlos O'Donell <carlos@redhat.com> * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Skip the |