summaryrefslogtreecommitdiff
path: root/osdef.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'osdef.h.in')
-rw-r--r--osdef.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdef.h.in b/osdef.h.in
index d28a401..419434e 100644
--- a/osdef.h.in
+++ b/osdef.h.in
@@ -161,6 +161,7 @@ extern int vsprintf __P((char *, char *, va_list));
#endif
struct timeval; /* for select __P */
extern int select __P((int, fd_set *, fd_set *, fd_set *, struct timeval *));
+extern int utimes __P((char *, struct timeval *));
extern void unsetenv __P((char *));