Re: [PATCH 3/4] meson: Share common C source prefixes

2025-04-23 Thread Philippe Mathieu-Daudé
On 24/4/25 06:50, Akihiko Odaki wrote: gnu_source_prefix defines _GNU_SOURCE for compiler object functions. The definition is universally available in the code base. docs/devel/style.rst also says that the "qemu/osdep.h" header is always included, so files included in the file is also universall

[PATCH 3/4] meson: Share common C source prefixes

2025-04-23 Thread Akihiko Odaki
gnu_source_prefix defines _GNU_SOURCE for compiler object functions. The definition is universally available in the code base. docs/devel/style.rst also says that the "qemu/osdep.h" header is always included, so files included in the file is also universally available in the code base. Rename gnu