diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-05-30 19:53:28 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-05-30 19:53:28 +0000 |
commit | 978560d2d59061c18105088eefd568c7a5ac3b4b (patch) | |
tree | fc3006d7a270e49ac3f09c9063f76f521bd52f47 /libc/nptl/sem_unlink.c | |
parent | 47023889431f41fa4e408ba468096b7040caaa11 (diff) | |
download | eglibc2-978560d2d59061c18105088eefd568c7a5ac3b4b.tar.gz |
Merge changes between r18761 and r18832 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@18833 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/nptl/sem_unlink.c')
-rw-r--r-- | libc/nptl/sem_unlink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/nptl/sem_unlink.c b/libc/nptl/sem_unlink.c index 3ffffdf4b..610d82e7a 100644 --- a/libc/nptl/sem_unlink.c +++ b/libc/nptl/sem_unlink.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2004 Free Software Foundation, Inc. +/* Copyright (C) 2002-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. @@ -32,7 +32,7 @@ sem_unlink (name) size_t namelen; /* Determine where the shmfs is mounted. */ - INTUSE(__pthread_once) (&__namedsem_once, __where_is_shmfs); + __pthread_once (&__namedsem_once, __where_is_shmfs); /* If we don't know the mount points there is nothing we can do. Ever. */ if (mountpoint.dir == NULL) |