mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
* sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
Return long. (__vdso_clock_gettime): Likewise.
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
# include <dl-vdso.h>
|
||||
# include <bits/libc-vdso.h>
|
||||
|
||||
int (*__vdso_gettimeofday) (struct timeval *, void *) attribute_hidden;
|
||||
long int (*__vdso_gettimeofday) (struct timeval *, void *) attribute_hidden;
|
||||
|
||||
int (*__vdso_clock_gettime) (clockid_t, struct timespec *)
|
||||
long int (*__vdso_clock_gettime) (clockid_t, struct timespec *)
|
||||
__attribute__ ((nocommon));
|
||||
strong_alias (__vdso_clock_gettime, __GI___vdso_clock_gettime attribute_hidden)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user