aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2018-08-31 18:04:32 -0700
committerPaul Pluzhnikov <ppluzhnikov@google.com>2018-08-31 18:04:32 -0700
commita6e8926f8d49a213a9abb1a61f6af964f612ab7f (patch)
tree5714fe2b1c0b909df877d875a60e2e46bcb565ec /sysdeps/nptl
parent2bbd06bcee5fe62896d71f78c6c2b6d0f3a23467 (diff)
downloadglibc-a6e8926f8d49a213a9abb1a61f6af964f612ab7f.zip
glibc-a6e8926f8d49a213a9abb1a61f6af964f612ab7f.tar.gz
glibc-a6e8926f8d49a213a9abb1a61f6af964f612ab7f.tar.bz2
[BZ #20271] Add newlines in __libc_fatal calls.
Diffstat (limited to 'sysdeps/nptl')
-rw-r--r--sysdeps/nptl/futex-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nptl/futex-internal.h b/sysdeps/nptl/futex-internal.h
index 1a56247..6fd27f0 100644
--- a/sysdeps/nptl/futex-internal.h
+++ b/sysdeps/nptl/futex-internal.h
@@ -197,7 +197,7 @@ futex_wake (unsigned int* futex_word, int processes_to_wake, int private);
static __always_inline __attribute__ ((__noreturn__)) void
futex_fatal_error (void)
{
- __libc_fatal ("The futex facility returned an unexpected error code.");
+ __libc_fatal ("The futex facility returned an unexpected error code.\n");
}
#endif /* futex-internal.h */