summaryrefslogtreecommitdiff
path: root/src/time/timespec_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/timespec_get.c')
-rw-r--r--src/time/timespec_get.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/time/timespec_get.c b/src/time/timespec_get.c
index 03c5a77b..40ea9c1c 100644
--- a/src/time/timespec_get.c
+++ b/src/time/timespec_get.c
@@ -1,7 +1,5 @@
#include <time.h>
-int __clock_gettime(clockid_t, struct timespec *);
-
/* There is no other implemented value than TIME_UTC; all other values
* are considered erroneous. */
int timespec_get(struct timespec * ts, int base)