Changeset 436a0a5 in mainline for kernel/generic/include/proc
- Timestamp:
- 2018-11-09T22:04:01Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 95d45482
- Parents:
- 88e43bc (diff), abf6c01 (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 edited
-
kernel/generic/include/proc/thread.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/thread.h
r88e43bc r436a0a5 225 225 226 226 #ifndef thread_create_arch 227 extern void thread_create_arch(thread_t *);227 extern errno_t thread_create_arch(thread_t *, thread_flags_t); 228 228 #endif 229 229
Note:
See TracChangeset
for help on using the changeset viewer.
