mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Fix formatting in last change
This commit is contained in:
parent
58a1335e76
commit
e25cfa6005
@ -1,3 +1,7 @@
|
||||
2013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
|
||||
|
||||
2013-03-14 Petr Baudis <pasky@ucw.cz>
|
||||
|
||||
* sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
|
||||
|
@ -46,7 +46,7 @@ __times (struct tms *buf)
|
||||
touch (buf->tms_cstime);
|
||||
|
||||
/* If we come here the memory is valid (or BUF is NULL, which is
|
||||
* a valid condition for the kernel syscall) and the kernel did not
|
||||
a valid condition for the kernel syscall) and the kernel did not
|
||||
return an EFAULT error. Return the value given by the kernel. */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user