diff options
author | Ondrej Bilka <neleai@seznam.cz> | 2013-06-06 19:36:03 +0200 |
---|---|---|
committer | Ondrej Bilka <neleai@seznam.cz> | 2013-06-06 20:36:07 +0200 |
commit | 350635a59a000fa4561d0d8bbe6814b4b9df530c (patch) | |
tree | ab4ec502e1944f8290eba1102ac210a3806b92a3 /sysdeps/unix | |
parent | 25506f09dda0d3d579d98971b3b12dd3e9e2fe8f (diff) | |
download | glibc-350635a59a000fa4561d0d8bbe6814b4b9df530c.zip glibc-350635a59a000fa4561d0d8bbe6814b4b9df530c.tar.gz glibc-350635a59a000fa4561d0d8bbe6814b4b9df530c.tar.bz2 |
Fix leading whitespaces.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/lutimes.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/lutimes.c b/sysdeps/unix/sysv/linux/lutimes.c index 46d58dc..83f0403 100644 --- a/sysdeps/unix/sysv/linux/lutimes.c +++ b/sysdeps/unix/sysv/linux/lutimes.c @@ -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; diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S b/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S index 5790eff..81af264 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S @@ -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) |