Blame SOURCES/glibc-rh1505492-prototypes-timespec_get.patch

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