Skip to content

Commit

Permalink
2002-08-02 Roland McGrath <roland@redhat.com>
Browse files Browse the repository at this point in the history
	* sysdeps/i386/tls.h (TLS_DO_SET_THREAD_AREA): Add missing \s.
  • Loading branch information
Roland McGrath committed Aug 3, 2002
1 parent 3c877a0 commit 39afa44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions linuxthreads/sysdeps/i386/tls.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39afa44

Please sign in to comment.