diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-14 09:14:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-14 09:14:45 +0000 |
commit | 29886719b5e20f210f9f0133ca381ca995dbc1e0 (patch) | |
tree | a87c9185f905db16f4259f3d1f89d8eae26cc346 /sysdeps/unix/sysv/linux/alpha/gettimeofday.S | |
parent | f9663bd4bb9a62951965e62c5e959f0044ea8596 (diff) | |
download | glibc-29886719b5e20f210f9f0133ca381ca995dbc1e0.tar.gz glibc-29886719b5e20f210f9f0133ca381ca995dbc1e0.tar.xz glibc-29886719b5e20f210f9f0133ca381ca995dbc1e0.zip |
Update.
* include/sys/time.h: Declare __gettimeofday_internal and define __gettimeofday macro if not NOT_IN_libc. * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday. * sysdeps/mach/gettimeofday.c: Likewise. * sysdeps/posix/gettimeofday.c: Likewise. * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise. * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias. * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise. * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/gettimeofday.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/gettimeofday.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/gettimeofday.S b/sysdeps/unix/sysv/linux/alpha/gettimeofday.S index 22f3bb7bc2..60d642a125 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) |