syscalls: extra argument for _stime()
authorAlan Cox <alan@linux.intel.com>
Fri, 26 Dec 2014 20:31:06 +0000 (20:31 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 26 Dec 2014 20:31:06 +0000 (20:31 +0000)
Library/include/syscalls.h

index 3939659..bb7953d 100644 (file)
@@ -118,7 +118,7 @@ extern int _stat(const char *path, struct _uzistat *s);
 extern int _fstat(int fd, struct _uzistat *s);
 extern int _getfsys(int dev, struct _uzifilesys *fs);
 extern int _time(time_t *t, uint16_t clock);
-extern int _stime(const time_t *t);
+extern int _stime(const time_t *t, uint16_t clock);
 extern int _times(struct tms *t);
 extern int _utime(const char *file, time_t *buf);
 extern int _uname(struct _uzisysinfoblk *uzib, int len);