about summary refs log tree commit diff
path: root/nptl/sysdeps/i386
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-06 05:40:11 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-06 05:40:11 +0000
commite55674c65e88e6e15aa782a93cdabe20c4c8597b (patch)
tree7a4107aa1cc9da45dddf3e1718f917eca0f7f4a5 /nptl/sysdeps/i386
parent955a703918bc305067199c2384ad151b35ba4d9f (diff)
downloadglibc-e55674c65e88e6e15aa782a93cdabe20c4c8597b.tar.gz
glibc-e55674c65e88e6e15aa782a93cdabe20c4c8597b.tar.xz
glibc-e55674c65e88e6e15aa782a93cdabe20c4c8597b.zip
(TLS_INIT_TP): Include \n in error message.
Diffstat (limited to 'nptl/sysdeps/i386')
-rw-r--r--nptl/sysdeps/i386/tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/i386/tls.h b/nptl/sysdeps/i386/tls.h
index 03757bb4c7..e0fc9ee284 100644
--- a/nptl/sysdeps/i386/tls.h
+++ b/nptl/sysdeps/i386/tls.h
@@ -230,7 +230,7 @@ union user_desc_init
        TLS_SET_GS (_segdescr.desc.entry_number * 8 + 3);		      \
 									      \
      _result == 0 ? NULL						      \
-     : "set_thread_area failed when setting up thread-local storage"; })
+     : "set_thread_area failed when setting up thread-local storage\n"; })
 
 
 /* Return the address of the dtv for the current thread.  */