1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Remove use of INTDEF/INTUSE in nptl

This commit is contained in:
Andreas Schwab
2012-05-26 22:16:19 +02:00
parent 11ef492c80
commit 4d17e68350
31 changed files with 126 additions and 122 deletions

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2002, 2003, 2006, 2007, 2009 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.
@ -231,7 +231,7 @@ sem_open (const char *name, int oflag, ...)
int fd;
/* 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)