riscv-openocd/src/server
Antonio Borneo 26f2df80c3 helper: list: rename macro clashing with sys/queue.h
The macro named LIST_HEAD() clashed with a macro of same name in
the GNU libc file sys/queue.h.
This causes a warning in MacOS build due to some other system file
including sys/queue.h.

Rename LIST_HEAD() as OOCD_LIST_HEAD().

Checkpatch-ignore: MACRO_ARG_REUSE
Change-Id: Ic653edec77425a58251d64f56c9f5f6c645ba0cd
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reported-by: Andrew Shelley <ashelley@btinternet.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8683
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-by: Andy <andrewjohnshelley@gmail.com>
2025-01-12 11:09:31 +00:00
..
Makefile.am openocd: build: add SPDX tag 2022-07-23 13:06:38 +00:00
gdb_server.c server: convert 'unsigned' to 'unsigned int' 2024-11-02 21:03:04 +00:00
gdb_server.h gdb_server: Improve const correctness 2024-10-20 09:25:25 +00:00
ipdbg.c ipdbg: fix double free of virtual-ir data 2024-05-04 08:36:50 +00:00
ipdbg.h ipdbg: split ipdbg command into multiple commands 2024-03-16 14:43:33 +00:00
rtt_server.c rtt server: fix for dropped data when target has no space 2024-12-22 09:43:37 +00:00
rtt_server.h openocd: src: replace the GPL-2.0-or-later license tag 2022-07-23 13:59:13 +00:00
server.c ipdbg: split ipdbg command into multiple commands 2024-03-16 14:43:33 +00:00
server.h break from long loops on shutdown request 2023-12-24 14:24:38 +00:00
startup.tcl server/telnet: Restructure commands 2024-09-21 09:05:36 +00:00
tcl_server.c server/tcl: Restructure commands 2024-07-13 22:29:04 +00:00
tcl_server.h openocd: src: replace the GPL-2.0-or-later license tag 2022-07-23 13:59:13 +00:00
telnet_server.c helper: list: rename macro clashing with sys/queue.h 2025-01-12 11:09:31 +00:00
telnet_server.h openocd: src: replace the GPL-2.0-or-later license tag 2022-07-23 13:59:13 +00:00