Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix missing declaration
  • Loading branch information
Andreas Schwab committed Sep 6, 2011
1 parent ef60624 commit a8f8414
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -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
Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
Expand Up @@ -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)
Expand Down

0 comments on commit a8f8414

Please sign in to comment.