Change return type of uptime to u64

上级 e2c6563b
...@@ -26,7 +26,7 @@ int dup(int); ...@@ -26,7 +26,7 @@ int dup(int);
int getpid(void); int getpid(void);
char* sbrk(int); char* sbrk(int);
int nsleep(u64); int nsleep(u64);
int uptime(void); u64 uptime(void);
int map(void *addr, int len); int map(void *addr, int len);
int unmap(void *addr, int len); int unmap(void *addr, int len);
void halt(void); void halt(void);
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论