• Tiwei Bie's avatar
    um: Add an internal header shared among the user code · 847d3abc
    Tiwei Bie authored
    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: default avatarTiwei Bie <tiwei.btw@antgroup.com>
    Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
    847d3abc
elf_aux.c 1.99 KB