mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Actually define pthread_mutex_consistent.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2005, 2006 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2005, 2006, 2010 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Ulrich Drepper <drepper@redhat.com>, 2005.
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
int
|
||||
pthread_mutex_consistent_np (mutex)
|
||||
pthread_mutex_consistent (mutex)
|
||||
pthread_mutex_t *mutex;
|
||||
{
|
||||
/* Test whether this is a robust mutex with a dead owner. */
|
||||
@ -34,3 +34,4 @@ pthread_mutex_consistent_np (mutex)
|
||||
|
||||
return 0;
|
||||
}
|
||||
weak_alias (pthread_mutex_consistent, pthread_mutex_consistent_np)
|
||||
|
Reference in New Issue
Block a user