syscalls: Remove lookup_symbol syscall again.

This partially reverts b959d46dbd.
This commit is contained in:
Michael Lotz
2015-04-11 11:18:51 +02:00
parent bd5dea318a
commit 459e651fd5
3 changed files with 0 additions and 47 deletions
-4
View File
@@ -494,10 +494,6 @@ extern status_t _kern_system_profiler_recorded(
extern ssize_t _kern_get_stack_trace(size_t addressCount,
addr_t* adresses);
extern status_t _kern_lookup_symbol(addr_t address, addr_t* baseAddress,
char* symbolNameBuffer, size_t symbolNameBufferSize,
char* imageNameBuffer, size_t imageNameBufferSize,
bool* exactMatch);
/* atomic_* ops (needed for CPUs that don't support them directly) */
#ifdef ATOMIC_FUNCS_ARE_SYSCALLS