From 78ee21859939ff75ccf8bbe00499b0c462df2e2d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 14 Jan 2010 16:46:32 -0800 Subject: Actually define and export pthread_mutexattr_[sg]etrobust. --- nptl/pthread_mutexattr_getrobust.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nptl/pthread_mutexattr_getrobust.c') diff --git a/nptl/pthread_mutexattr_getrobust.c b/nptl/pthread_mutexattr_getrobust.c index 5ec43d1f7c..9e61bb0f06 100644 --- a/nptl/pthread_mutexattr_getrobust.c +++ b/nptl/pthread_mutexattr_getrobust.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005 Free Software Foundation, Inc. +/* Copyright (C) 2005, 2010 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2005. @@ -21,7 +21,7 @@ int -pthread_mutexattr_getrobust_np (attr, robustness) +pthread_mutexattr_getrobust (attr, robustness) const pthread_mutexattr_t *attr; int *robustness; { @@ -34,3 +34,4 @@ pthread_mutexattr_getrobust_np (attr, robustness) return 0; } +weak_alias (pthread_mutexattr_getrobust, pthread_mutexattr_getrobust_np) -- cgit v1.2.1