From: Ulrich Drepper Date: Tue, 6 May 2003 05:40:11 +0000 (+0000) Subject: (TLS_INIT_TP): Include \n in error message. X-Git-Tag: upstream/2.30~19296 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e55674c65e88e6e15aa782a93cdabe20c4c8597b;p=external%2Fglibc.git (TLS_INIT_TP): Include \n in error message. --- diff --git a/nptl/sysdeps/i386/tls.h b/nptl/sysdeps/i386/tls.h index 03757bb..e0fc9ee 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. */