aboutsummaryrefslogtreecommitdiff
path: root/time/sys/timeb.h
diff options
context:
space:
mode:
Diffstat (limited to 'time/sys/timeb.h')
-rw-r--r--time/sys/timeb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/time/sys/timeb.h b/time/sys/timeb.h
index b958dc3e4a..5c16f79da2 100644
--- a/time/sys/timeb.h
+++ b/time/sys/timeb.h
@@ -36,7 +36,8 @@ struct timeb
/* Fill in TIMEBUF with information about the current time. */
-extern int ftime (struct timeb *__timebuf);
+extern int ftime (struct timeb *__timebuf)
+ __nonnull ((1)) __attribute_deprecated__;
__END_DECLS