Changeset 9ad591a9 in mainline
- Timestamp:
- 2021-11-19T21:38:58Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5d1e4e5
- Parents:
- 27a5040
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/abi/proc/uarg.h
r27a5040 r9ad591a9 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. */ -
tools/build-ccheck.sh
r27a5040 r9ad591a9 29 29 30 30 SYCEK_GIT="https://github.com/jxsvoboda/sycek" 31 SYCEK_REV=" b19c5200eadc4c1c4322aff42682bb1539b0bd18"31 SYCEK_REV="14f0aadad8bb2f17eef030a74b3591377ad57343" 32 32 33 33 if [ ! -d sycek ]; then
Note:
See TracChangeset
for help on using the changeset viewer.