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_attr_getscope.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nptl/pthread_attr_getscope.c') diff --git a/nptl/pthread_attr_getscope.c b/nptl/pthread_attr_getscope.c index 1b97ef3b36..b6aa5a2135 100644 --- a/nptl/pthread_attr_getscope.c +++ b/nptl/pthread_attr_getscope.c @@ -22,7 +22,7 @@ int -pthread_attr_getscope (attr, scope) +__pthread_attr_getscope (attr, scope) const pthread_attr_t *attr; int *scope; { @@ -37,3 +37,4 @@ pthread_attr_getscope (attr, scope) return 0; } +strong_alias (__pthread_attr_getscope, pthread_attr_getscope) -- cgit 1.4.1