about summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-03 05:54:35 +0000
committerRoland McGrath <roland@gnu.org>2002-08-03 05:54:35 +0000
commit39afa4425cb61e3e787bf1993d9a95c0a2971f9e (patch)
treeaca4d84dd367800d5aab83d059256619b8df5959 /linuxthreads
parent3c877a044831db2e6bc32f5e18681978387aebdb (diff)
downloadglibc-39afa4425cb61e3e787bf1993d9a95c0a2971f9e.tar.gz
glibc-39afa4425cb61e3e787bf1993d9a95c0a2971f9e.tar.xz
glibc-39afa4425cb61e3e787bf1993d9a95c0a2971f9e.zip
2002-08-02 Roland McGrath <roland@redhat.com>
	* sysdeps/i386/tls.h (TLS_DO_SET_THREAD_AREA): Add missing \s.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/sysdeps/i386/tls.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/linuxthreads/sysdeps/i386/tls.h b/linuxthreads/sysdeps/i386/tls.h
index b49543d61a..55cceccf37 100644
--- a/linuxthreads/sysdeps/i386/tls.h
+++ b/linuxthreads/sysdeps/i386/tls.h
@@ -103,12 +103,12 @@ typedef struct
   __builtin_expect (result, 0) != 0 ? -1 : nr * 8 + 7;			      \
 })
 
-#  define TLS_DO_SET_THREAD_AREA(descr) \
- INLINE_SYSCALL (set_thread_area, 2, descr, 1);
-  if (__builtin_expect (__seg, 0) == -1)
-    /* Nothing else we can do.  */
-    asm ("hlt");
-  __seg;
+#  define TLS_DO_SET_THREAD_AREA(descr)					      \
+ INLINE_SYSCALL (set_thread_area, 2, descr, 1);				      \
+  if (__builtin_expect (__seg, 0) == -1)				      \
+    /* Nothing else we can do.  */					      \
+    asm ("hlt");							      \
+  __seg;								      \
 })
 
 #  ifdef __ASSUME_SET_THREAD_AREA_SYSCALL