From 8361400815265a29038f6833d12fc8e830340d84 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 15 Dec 2002 19:59:08 +0000 Subject: Add namespace protected alias. --- nptl/pthread_mutex_destroy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nptl/pthread_mutex_destroy.c') diff --git a/nptl/pthread_mutex_destroy.c b/nptl/pthread_mutex_destroy.c index e3dba3794a..a86ff27461 100644 --- a/nptl/pthread_mutex_destroy.c +++ b/nptl/pthread_mutex_destroy.c @@ -27,3 +27,4 @@ __pthread_mutex_destroy (mutex) return 0; } strong_alias (__pthread_mutex_destroy, pthread_mutex_destroy) +INTDEF(__pthread_mutex_destroy) -- cgit v1.2.3