syscalls: Remove get_stack_trace syscall again.
This reverts the other half of b959d46dbd.
This commit is contained in:
@@ -492,9 +492,6 @@ extern status_t _kern_system_profiler_stop();
|
||||
extern status_t _kern_system_profiler_recorded(
|
||||
struct system_profiler_parameters* parameters);
|
||||
|
||||
extern ssize_t _kern_get_stack_trace(size_t addressCount,
|
||||
addr_t* adresses);
|
||||
|
||||
/* atomic_* ops (needed for CPUs that don't support them directly) */
|
||||
#ifdef ATOMIC_FUNCS_ARE_SYSCALLS
|
||||
extern void _kern_atomic_set(int32 *value, int32 newValue);
|
||||
|
||||
Reference in New Issue
Block a user