00db10
Introduce prototype-style function definition for timespec_get.
00db10
Upstream, this was part of this commit:
00db10
00db10
commit f534255e4d276ee7b20b45637d16a00b122e5df3
00db10
Author: Adhemerval Zanella <adhemerval.zanella@linaro.com>
00db10
Date:   Fri Apr 17 10:58:31 2015 -0300
00db10
00db10
    Consolidate vDSO macros and usage
00db10
00db10
diff --git a/sysdeps/unix/sysv/linux/timespec_get.c b/sysdeps/unix/sysv/linux/timespec_get.c
00db10
index b037abee20c7d30c..8c5c8eae0cc0e579 100644
00db10
--- a/sysdeps/unix/sysv/linux/timespec_get.c
00db10
+++ b/sysdeps/unix/sysv/linux/timespec_get.c
00db10
@@ -34,9 +34,7 @@
00db10
 
00db10
 /* Set TS to calendar time based in time base BASE.  */
00db10
 int
00db10
-timespec_get (ts, base)
00db10
-     struct timespec *ts;
00db10
-     int base;
00db10
+timespec_get (struct timespec *ts, int base)
00db10
 {
00db10
   switch (base)
00db10
     {