original_kernel/arch/um/os-Linux
Tiwei Bie 847d3abc6a um: Add an internal header shared among the user code
Move relevant declarations to this header. This will address
below -Wmissing-prototypes warnings:

arch/um/os-Linux/elf_aux.c:26:13: warning: no previous prototype for ‘scan_elf_aux’ [-Wmissing-prototypes]
arch/um/os-Linux/mem.c:213:13: warning: no previous prototype for ‘check_tmpexec’ [-Wmissing-prototypes]
arch/um/os-Linux/skas/process.c:107:6: warning: no previous prototype for ‘wait_stub_done’ [-Wmissing-prototypes]

Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2024-04-30 14:16:44 +02:00
..
drivers
skas um: Add an internal header shared among the user code 2024-04-30 14:16:44 +02:00
Makefile
elf_aux.c um: Add an internal header shared among the user code 2024-04-30 14:16:44 +02:00
execvp.c
file.c
helper.c
internal.h um: Add an internal header shared among the user code 2024-04-30 14:16:44 +02:00
irq.c
main.c um: Add an internal header shared among the user code 2024-04-30 14:16:44 +02:00
mem.c um: Add an internal header shared among the user code 2024-04-30 14:16:44 +02:00
process.c
registers.c
sigio.c
signal.c
start_up.c um: Add an internal header shared among the user code 2024-04-30 14:16:44 +02:00
time.c
tty.c
umid.c
user_syms.c
util.c