diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/sysdeps/i386/tls.h | 2 |
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. */ |