mirror of git://sourceware.org/git/glibc.git
Define __gettimeofday alias.
This commit is contained in:
parent
4c7b01bd93
commit
016f45be9b
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue