From: Ulrich Drepper Date: Sun, 14 Apr 2002 09:12:57 +0000 (+0000) Subject: Define __gettimeofday alias. X-Git-Tag: upstream/2.30~10627^2~1702 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=016f45be9bb8544dfb622a4f08ab8398d697492e;p=external%2Fglibc.git Define __gettimeofday alias. --- diff --git a/sysdeps/unix/sysv/linux/alpha/gettimeofday.S b/sysdeps/unix/sysv/linux/alpha/gettimeofday.S index 22f3bb7..60d642a 100644 --- a/sysdeps/unix/sysv/linux/alpha/gettimeofday.S +++ b/sysdeps/unix/sysv/linux/alpha/gettimeofday.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1998 Free Software Foundation, Inc. +/* Copyright (C) 1998, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -109,3 +109,4 @@ default_symbol_version (__gettimeofday_tv64p, gettimeofday, GLIBC_2.1) #else weak_alias (__gettimeofday, gettimeofday) #endif +strong_alias(GETTIMEOFDAY, __gettimeofday_internal)