ld: change return type of dl_runtime_resolve
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
||||
#ifndef RESOLVE_H_
|
||||
#define RESOLVE_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern void _dl_runtime_resolve(void);
|
||||
extern virt_addr_t dl_runtime_resolve(unsigned int slot);
|
||||
extern uintptr_t dl_runtime_resolve(uintptr_t a, uintptr_t b);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user