Changeset 5d1e4e5 in mainline
- Timestamp:
- 2021-11-21T19:18:27Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e7ac0feb
- Parents:
- 9ad591a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/abi/proc/uarg.h
r9ad591a9 r5d1e4e5 39 39 #include <_bits/native.h> 40 40 41 typedef void (uspace_thread_function_t)(void *);41 typedef void uspace_thread_function_t(void *); 42 42 43 43 /** Structure passed to uinit kernel thread as argument. */
Note:
See TracChangeset
for help on using the changeset viewer.