Changeset 8e7c9fe in mainline for uspace/app/taskdump/include/taskdump.h
- Timestamp:
- 2014-09-12T03:45:25Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c53b58e
- Parents:
- 3eb0c85 (diff), 105d8d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskdump/include/taskdump.h
r3eb0c85 r8e7c9fe 1 1 /* 2 * Copyright (c) 20 05 Martin Decky2 * Copyright (c) 2014 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup libc29 /** @addtogroup edit 30 30 * @{ 31 31 */ … … 34 34 */ 35 35 36 #ifndef LIBC_mips64_SYSCALL_H_37 #define LIBC_mips64_SYSCALL_H_36 #ifndef TASKDUMP_H 37 #define TASKDUMP_H 38 38 39 # define LIBARCH_SYSCALL_GENERIC39 #include <stdint.h> 40 40 41 #include <syscall.h> 41 extern int td_stacktrace(uintptr_t, uintptr_t); 42 42 43 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.