Define __gettimeofday alias.

This commit is contained in:
Ulrich Drepper 2002-04-14 09:12:57 +00:00
parent 4c7b01bd93
commit 016f45be9b
1 changed files with 2 additions and 1 deletions

View 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or 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 #else
weak_alias (__gettimeofday, gettimeofday) weak_alias (__gettimeofday, gettimeofday)
#endif #endif
strong_alias(GETTIMEOFDAY, __gettimeofday_internal)