Changes in uspace/lib/libc/include/stacktrace.h [e515b21a:fb52db8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/stacktrace.h
re515b21a rfb52db8 57 57 extern void stacktrace_prepare(void); 58 58 extern uintptr_t stacktrace_fp_get(void); 59 extern uintptr_t stacktrace_pc_get( );59 extern uintptr_t stacktrace_pc_get(void); 60 60 61 61 #endif
Note:
See TracChangeset
for help on using the changeset viewer.