qemu/bsd-user
Philippe Mathieu-Daudé f703f1ef99 bulk: Do not declare function prototypes using 'extern' keyword
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>
Message-Id: <20230605175647.88395-5-philmd@linaro.org>
2023-08-31 19:47:43 +02:00
..
arm bsd-user: Remove ELF_START_MMAP and image_info.start_mmap 2023-08-28 12:16:18 -06:00
freebsd bsd-user: Add missing break after do_bsd_preadv 2023-08-28 12:16:18 -06:00
host
i386 bsd-user: Remove ELF_START_MMAP and image_info.start_mmap 2023-08-28 12:16:18 -06:00
include
netbsd
openbsd
x86_64 bsd-user: Remove ELF_START_MMAP and image_info.start_mmap 2023-08-28 12:16:18 -06:00
bsd-file.h bulk: Do not declare function prototypes using 'extern' keyword 2023-08-31 19:47:43 +02:00
bsd-proc.h
bsdload.c
elfcore.c
elfload.c bsd-user: Remove image_info.start_brk 2023-08-28 12:16:18 -06:00
errno_defs.h
main.c bsd-user: Remove image_info.start_brk 2023-08-28 12:16:18 -06:00
meson.build
mmap.c bsd-user: Remove last_brk 2023-08-06 16:46:13 -07:00
qemu.h bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.h 2023-08-30 08:57:08 -06:00
signal-common.h
signal.c bsd-user; Update the definitions of __put_user and __get_user macros 2023-08-28 12:16:18 -06:00
strace.c
syscall_defs.h bsd-user: Rename target_freebsd_time_t to target_time_t 2023-08-28 12:16:18 -06:00
trace-events
trace.h
uaccess.c