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