about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64/gettimeofday.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-04-14 09:14:45 +0000
committerUlrich Drepper <drepper@redhat.com>2002-04-14 09:14:45 +0000
commit29886719b5e20f210f9f0133ca381ca995dbc1e0 (patch)
treea87c9185f905db16f4259f3d1f89d8eae26cc346 /sysdeps/unix/sysv/linux/x86_64/gettimeofday.S
parentf9663bd4bb9a62951965e62c5e959f0044ea8596 (diff)
downloadglibc-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/x86_64/gettimeofday.S')
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/gettimeofday.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/gettimeofday.S b/sysdeps/unix/sysv/linux/x86_64/gettimeofday.S
index 4978416e0a..3f1615579c 100644
--- a/sysdeps/unix/sysv/linux/x86_64/gettimeofday.S
+++ b/sysdeps/unix/sysv/linux/x86_64/gettimeofday.S
@@ -38,4 +38,5 @@ L(pseudo_end):
 	ret
 PSEUDO_END(__gettimeofday)
 
+strong_alias (__gettimeofday, __gettimeofday_internal)
 weak_alias (__gettimeofday, gettimeofday)