Add new function __libc_message which performs the printing and simple format string...
authorUlrich Drepper <drepper@redhat.com>
Sat, 13 Nov 2004 03:09:30 +0000 (03:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 13 Nov 2004 03:09:30 +0000 (03:09 +0000)
commit1327439fc6ef182c3ab8c69a55d3bee15b3c62a7
treeb75895fb1606e0fa9c6e88399eaea669c192898d
parentbfd259e0f6343422944a66a55d7432c2c9b1562e
Add new function __libc_message which performs the printing and simple format string handling.  The string is written to tty, stderr, syslog in this order, stopping after the first successful output.
sysdeps/posix/libc_fatal.c
sysdeps/unix/sysv/linux/libc_fatal.c