glibc/nptl_db
Martin Sebor 3eff7504ca Avoid GCC 11 -Warray-parameter warnings [BZ #26686].
Building Glibc with the latest GCC 11 also shows a couple of instances
of the new -Warray-parameter warning in the thread db APIs.

To avoid these, this patch changes the deefinitions of the two functions
to match their definitions.
2020-10-08 12:46:03 -06:00
..
db_info.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
db-symbols.awk Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbage 2015-03-17 00:31:49 -03:00
db-symbols.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
fetch-value.c Avoid GCC 11 -Warray-parameter warnings [BZ #26686]. 2020-10-08 12:46:03 -06:00
Makefile Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
shlib-versions
structs.def Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_init.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_log.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_symbol_list.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_ta_clear_event.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_ta_delete.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_ta_enable_stats.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_ta_event_addr.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_ta_event_getmsg.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_ta_get_nthreads.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_ta_get_ph.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_ta_get_stats.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_ta_map_id2thr.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_ta_map_lwp2thr.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_ta_new.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_ta_reset_stats.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_ta_set_event.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_ta_setconcurrency.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_ta_thr_iter.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_ta_tsd_iter.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_clear_event.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_dbresume.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_dbsuspend.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_event_enable.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_event_getmsg.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_get_info.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_getfpregs.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_getgregs.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_getxregs.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_getxregsize.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_set_event.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_setfpregs.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_setgregs.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_setprio.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_setsigpending.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_setxregs.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_sigsetmask.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_tls_get_addr.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_tlsbase.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_tsd.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
td_thr_validate.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
thread_dbP.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Versions