diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2019-10-29 11:21:47 +0100 |
---|---|---|
committer | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2019-10-29 11:23:49 +0100 |
commit | 04052336f84a84811dd03bfed4cfcb4fe7b424cc (patch) | |
tree | 6e3fcd4f8d0a8869b68d5385950be72886e2e0e6 /test/misc | |
parent | de742f52d46d82db1fe1b0f3255043d48843901d (diff) |
test/nptl/tst-mqueue4.c: fix build with latest glibc
Fix the following error with latest glibc:
In file included from /home/fabrice/buildroot/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/mqueue.h:93:0,
from tst-mqueue4.c:22:
In function 'mq_open',
inlined from 'do_test' at tst-mqueue4.c:174:6:
/home/fabrice/buildroot/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/bits/mqueue2.h:41:5: error: call to '__mq_open_wrong_number_of_args' declared with attribute error: mq_open can be called either with 2 or 4 arguments
__mq_open_wrong_number_of_args ();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Fixes:
- http://autobuild.buildroot.net/results/f370abcc8dc12975d96a46c34db978554f8c21db
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'test/misc')
0 files changed, 0 insertions, 0 deletions