9a21d1a2fd
-The macros take care of prepending the leading underscore when necessary.
10 lines
149 B
ArmAsm
10 lines
149 B
ArmAsm
#include <machine/asm.h>
|
|
|
|
IMPORT(_munmap)
|
|
ENTRY(munmap)
|
|
jmp _C_LABEL(_munmap)
|
|
|
|
IMPORT(_munmap_text)
|
|
ENTRY(munmap_text)
|
|
jmp _C_LABEL(_munmap_text)
|
|
|