mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-11 12:10:50 +03:00
Fix leading whitespaces.
This commit is contained in:
@@ -45,7 +45,7 @@ lutimes (const char *file, const struct timeval tvp[2])
|
||||
}
|
||||
|
||||
return INLINE_SYSCALL (utimensat, 4, AT_FDCWD, file, tvp ? ts : NULL,
|
||||
AT_SYMLINK_NOFOLLOW);
|
||||
AT_SYMLINK_NOFOLLOW);
|
||||
#else
|
||||
__set_errno (ENOSYS);
|
||||
return -1;
|
||||
|
@@ -30,7 +30,7 @@
|
||||
all the freaky stuff we have to do to make the call useful. */
|
||||
|
||||
/* int [r3] clone(int (*fn)(void *arg) [r3], void *child_stack [r4],
|
||||
int flags [r5], void *arg [r6], void *parent_tid [r7],
|
||||
int flags [r5], void *arg [r6], void *parent_tid [r7],
|
||||
void *tls [r8], void *child_tid [r9]); */
|
||||
|
||||
ENTRY (__clone)
|
||||
|
Reference in New Issue
Block a user