Changeset e510b28 in mainline
- Timestamp:
- 2021-11-19T21:33:14Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 27a5040
- Parents:
- 3b1660a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/abi/proc/uarg.h
r3b1660a re510b28 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.