diff options
Diffstat (limited to 'osdef.h.in')
-rw-r--r-- | osdef.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *)); |