Define __gettimeofday alias.
authorUlrich Drepper <drepper@redhat.com>
Sun, 14 Apr 2002 09:12:57 +0000 (09:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 14 Apr 2002 09:12:57 +0000 (09:12 +0000)
sysdeps/unix/sysv/linux/alpha/gettimeofday.S

index 22f3bb7..60d642a 100644 (file)
@@ -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)