提交 eff62b8a 编写于 作者: R Rich Felker

misplaced & in times() made it fail to work, and clobber the stack

上级 5eb0d33e
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
clock_t times(struct tms *tms) clock_t times(struct tms *tms)
{ {
return syscall1(__NR_times, (long)&tms); return syscall1(__NR_times, (long)tms);
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册