summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/include/sys/time.h')
-rw-r--r--mdk-stage1/dietlibc/include/sys/time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/include/sys/time.h b/mdk-stage1/dietlibc/include/sys/time.h
index 8d345a77d..9fc40089f 100644
--- a/mdk-stage1/dietlibc/include/sys/time.h
+++ b/mdk-stage1/dietlibc/include/sys/time.h
@@ -46,6 +46,8 @@ int setitimer(int which, const struct itimerval *value, struct itimerval *ovalue
int gettimeofday(struct timeval *tv, struct timezone *tz) __THROW;
int settimeofday(const struct timeval *tv , const struct timezone *tz) __THROW;
+extern int utimes (const char *__file, const struct timeval __tvp[2]) __THROW;
+
extern int adjtime (const struct timeval *delta, struct timeval *olddelta) __THROW;
struct tm {