Changes in uspace/app/taskdump/include/taskdump.h [c1b979a:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskdump/include/taskdump.h
rc1b979a rb7fd2a0 39 39 #include <stdint.h> 40 40 41 extern int td_stacktrace(uintptr_t, uintptr_t);41 extern errno_t td_stacktrace(uintptr_t, uintptr_t); 42 42 43 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.