diff options
author | Maciej W. Rozycki <macro@redhat.com> | 2024-11-15 22:43:54 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@redhat.com> | 2024-11-15 22:43:54 +0000 |
commit | ce13ab503375d6db3d97fe19c6ccf229330d3988 (patch) | |
tree | eec6a721658b31006cdba66e7862a0ee1687bd25 /nptl/tst-mutexpp10.c | |
parent | 6c915c73d08028987232f6dc718f218c61113240 (diff) | |
download | glibc-master.zip glibc-master.tar.gz glibc-master.tar.bz2 |
Nameless function parameters have only been added to ISO C with the C23
revision of the language standard. Give names to the unused parameters
of the stub 'dladdr' implementation then so as to make compilation happy
with the earlier language definitions, fixing errors such as:
tst-printf-format-skeleton.c:374:9: error: parameter name omitted
374 | dladdr (const void *, Dl_info *)
reported by older compilers.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'nptl/tst-mutexpp10.c')
0 files changed, 0 insertions, 0 deletions