[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 4/5] bulk: Do not declare function prototypes using 'exter
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 4/5] bulk: Do not declare function prototypes using 'extern' keyword |
Date: |
Tue, 6 Jun 2023 10:25:46 +0100 |
On Mon, 5 Jun 2023 at 18:58, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> By default, C function prototypes declared in headers are visible,
> so there is no need to declare them as 'extern' functions.
> Remove this redundancy in a single bulk commit; do not modify:
>
> - meson.build (used to check function availability at runtime)
> - pc-bios/
> - libdecnumber/
> - tests/
> - *.c
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v2 0/5] bulk: Do not declare function prototypes using 'extern' keyword, Philippe Mathieu-Daudé, 2023/06/05
- [PATCH v2 1/5] util/cacheflush: Use declarations from <OSCacheControl.h> on Darwin, Philippe Mathieu-Daudé, 2023/06/05
- [PATCH v2 2/5] tcg/tcg-op-vec: Remove left over _link_error() definitions, Philippe Mathieu-Daudé, 2023/06/05
- [PATCH v2 3/5] qemu/uri: Use QueryParams type definition, Philippe Mathieu-Daudé, 2023/06/05
- [PATCH v2 4/5] bulk: Do not declare function prototypes using 'extern' keyword, Philippe Mathieu-Daudé, 2023/06/05
- Re: [PATCH v2 4/5] bulk: Do not declare function prototypes using 'extern' keyword,
Peter Maydell <=
- [PATCH v2 5/5] bulk: Replace __attribute__((noreturn)) -> G_NORETURN, Philippe Mathieu-Daudé, 2023/06/05