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