From 4d17e68350bd8f61632ec6402701be49fb271a84 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 26 May 2012 22:16:19 +0200 Subject: Remove use of INTDEF/INTUSE in nptl --- nptl/pthread_key_create.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nptl/pthread_key_create.c') diff --git a/nptl/pthread_key_create.c b/nptl/pthread_key_create.c index b484dc5..96e21ce 100644 --- a/nptl/pthread_key_create.c +++ b/nptl/pthread_key_create.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2003, 2006 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 , 2002. @@ -50,4 +50,4 @@ __pthread_key_create (key, destr) return EAGAIN; } strong_alias (__pthread_key_create, pthread_key_create) -strong_alias (__pthread_key_create, __pthread_key_create_internal) +hidden_def (__pthread_key_create) -- cgit v1.1