mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Fix missing declaration
This commit is contained in:
parent
ef60624956
commit
a8f84144c9
@ -1,3 +1,8 @@
|
||||
2011-09-06 Andreas Schwab <schwab@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
|
||||
<errno.h>.
|
||||
|
||||
2011-09-06 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
|
||||
|
@ -38,6 +38,7 @@ __asm (".type __gettimeofday, %gnu_indirect_function");
|
||||
#else
|
||||
# include <sys/time.h>
|
||||
# include <sysdep.h>
|
||||
# include <errno.h>
|
||||
|
||||
int
|
||||
__gettimeofday (struct timeval *tv, struct timezone *tz)
|
||||
|
Loading…
Reference in New Issue
Block a user