(__adjtimex_internal): Add alias.
authorUlrich Drepper <drepper@redhat.com>
Sat, 27 Jul 2002 08:40:18 +0000 (08:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 27 Jul 2002 08:40:18 +0000 (08:40 +0000)
sysdeps/unix/sysv/linux/alpha/adjtime.c

index d613ff0..2bed884 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1998, 2000, 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
@@ -189,6 +189,7 @@ __adjtimex_tv64 (struct timex *tx)
   return ret;
 }
 
+strong_alias (__adjtimex_tv64, __adjtimex_internal);
 strong_alias (__adjtimex_tv64, __adjtimex_tv64p);
 versioned_symbol (libc, __adjtimex_tv64, __adjtimex, GLIBC_2_1);
 versioned_symbol (libc, __adjtimex_tv64p, adjtimex, GLIBC_2_1);