From ffd5e93605f9ca543718dae5e02502443ec41d2a Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 26 Dec 2014 20:31:06 +0000 Subject: [PATCH] syscalls: extra argument for _stime() --- Library/include/syscalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/include/syscalls.h b/Library/include/syscalls.h index 3939659b..bb7953d8 100644 --- a/Library/include/syscalls.h +++ b/Library/include/syscalls.h @@ -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); -- 2.34.1