public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] rt: Set the correct message queue for tst-mqueue10
@ 2021-08-04 20:39 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2021-08-04 20:39 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3d9a539ee66165148b2b9e08b46e03a5f58f65d2

commit 3d9a539ee66165148b2b9e08b46e03a5f58f65d2
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Aug 4 17:14:46 2021 -0300

    rt: Set the correct message queue for tst-mqueue10
    
    Checked on x86_64-linux-gnu.

Diff:
---
 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 };


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-04 20:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04 20:39 [glibc] rt: Set the correct message queue for tst-mqueue10 Adhemerval Zanella

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).