public inbox for glibc-cvs@sourceware.org help / color / mirror / Atom feed
From: Andreas Schwab <schwab@sourceware.org> To: glibc-cvs@sourceware.org Subject: [glibc] elf: add missing newlines in lateglobal test Date: Wed, 8 Jun 2022 13:29:13 +0000 (GMT) [thread overview] Message-ID: <20220608132913.1C4EB38F855E@sourceware.org> (raw) https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c2f39be490150aa748bc74d78d7ee122188a30cf commit c2f39be490150aa748bc74d78d7ee122188a30cf Author: Andreas Schwab <schwab@suse.de> Date: Wed Jun 8 15:25:26 2022 +0200 elf: add missing newlines in lateglobal test Diff: --- elf/lateglobal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/elf/lateglobal.c b/elf/lateglobal.c index 4a1a7cd085..d3cbb3f4b9 100644 --- a/elf/lateglobal.c +++ b/elf/lateglobal.c @@ -15,14 +15,14 @@ main (void) h[0] = dlopen ("ltglobmod1.so", RTLD_LAZY); if (h[0] == NULL) { - printf ("%s: cannot open %s: %s", + printf ("%s: cannot open %s: %s\n", __FUNCTION__, "ltglobmod1.so", dlerror ()); exit (EXIT_FAILURE); } h[1] = dlopen ("ltglobmod2.so", RTLD_LAZY); if (h[1] == NULL) { - printf ("%s: cannot open %s: %s", + printf ("%s: cannot open %s: %s\n", __FUNCTION__, "ltglobmod2.so", dlerror ()); exit (EXIT_FAILURE); } @@ -32,7 +32,7 @@ main (void) fp = dlsym (h[1], "foo"); if (fp == NULL) { - printf ("cannot get address of `foo': %s", dlerror ()); + printf ("cannot get address of `foo': %s\n", dlerror ()); exit (EXIT_FAILURE); }
reply other threads:[~2022-06-08 13:29 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20220608132913.1C4EB38F855E@sourceware.org \ --to=schwab@sourceware.org \ --cc=glibc-cvs@sourceware.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).