diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2014-02-10 20:24:03 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2014-02-10 20:24:03 +0100 |
commit | 3d15ff74fa087362f496eba5c66cb5f9d4a003b9 (patch) | |
tree | b8367ffacee91348e85f60fd50884e89735d30e2 | |
parent | 73588a7223bec40d652fd4c75f1cb4772c5d2612 (diff) | |
download | glibc-3d15ff74fa087362f496eba5c66cb5f9d4a003b9.tar glibc-3d15ff74fa087362f496eba5c66cb5f9d4a003b9.tar.gz glibc-3d15ff74fa087362f496eba5c66cb5f9d4a003b9.tar.bz2 glibc-3d15ff74fa087362f496eba5c66cb5f9d4a003b9.zip |
Whitespace fixes
-rw-r--r-- | sysdeps/m68k/tls-macros.h | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/lxstat.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/m68k/tls-macros.h b/sysdeps/m68k/tls-macros.h index 84401d234a..8ec2c06fdb 100644 --- a/sysdeps/m68k/tls-macros.h +++ b/sysdeps/m68k/tls-macros.h @@ -66,4 +66,3 @@ asm ("movel #" #x "@TLSLE, %0" \ : "=a" (__offset)); \ (int *) (__tp + __offset); }) - diff --git a/sysdeps/unix/sysv/linux/m68k/lxstat.c b/sysdeps/unix/sysv/linux/m68k/lxstat.c index 2371cd9719..0efa0aea49 100644 --- a/sysdeps/unix/sysv/linux/m68k/lxstat.c +++ b/sysdeps/unix/sysv/linux/m68k/lxstat.c @@ -1,2 +1 @@ #include <sysdeps/unix/sysv/linux/i386/lxstat.c> - |