unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Adhemerval Zanella via Libc-alpha <libc-alpha@sourceware.org>
To: libc-alpha@sourceware.org
Subject: [COMMITTED] rt: Set the correct message queue for tst-mqueue10
Date: Wed,  4 Aug 2021 17:40:49 -0300	[thread overview]
Message-ID: <20210804204049.1559588-1-adhemerval.zanella@linaro.org> (raw)

Checked on x86_64-linux-gnu.
---
 rt/tst-mqueue10.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rt/tst-mqueue10.c b/rt/tst-mqueue10.c
index 18795808e0..0bf64d7957 100644
--- a/rt/tst-mqueue10.c
+++ b/rt/tst-mqueue10.c
@@ -25,7 +25,7 @@
 #include <support/temp_file.h>
 #include <unistd.h>
 
-static char name[sizeof "/tst-mqueue2-" + INT_BUFSIZE_BOUND (pid_t)];
+static char name[sizeof "/tst-mqueue10-" + INT_BUFSIZE_BOUND (pid_t)];
 
 static void
 do_cleanup (void)
@@ -37,7 +37,7 @@ do_cleanup (void)
 static int
 do_test (void)
 {
-  snprintf (name, sizeof (name), "/tst-mqueue2-%u", getpid ());
+  snprintf (name, sizeof (name), "/tst-mqueue10-%u", getpid ());
 
   char msg[8] = { 0x55 };
 
-- 
2.30.2


                 reply	other threads:[~2021-08-04 20:41 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

  List information: https://www.gnu.org/software/libc/involved.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210804204049.1559588-1-adhemerval.zanella@linaro.org \
    --to=libc-alpha@sourceware.org \
    --cc=adhemerval.zanella@linaro.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: link
Be 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).