mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
rt: Set the correct message queue for tst-mqueue10
Checked on x86_64-linux-gnu.
This commit is contained in:
parent
c52eb066bc
commit
3d9a539ee6
@ -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 };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user