diff options
Diffstat (limited to 'rt/clock_gettime.c')
-rw-r--r-- | rt/clock_gettime.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rt/clock_gettime.c b/rt/clock_gettime.c index 5139e8724c..7456bdfef0 100644 --- a/rt/clock_gettime.c +++ b/rt/clock_gettime.c @@ -28,4 +28,3 @@ clock_gettime (clockid_t clock_id, struct timespec *tp) } strong_alias (clock_gettime, __clock_gettime) stub_warning (clock_gettime) -#include <stub-tag.h> |