Differences From Artifact [bc192b16ff]:
- File arch/posix.h — part of check-in [e42b590b45] at 2019-08-24 23:02:13 on branch trunk — stop attempting to auto-detect system constants during build process, and maintain os/arch-specific tables instead (user: lexi, size: 2030) [annotate] [blame] [check-ins using]
To Artifact [4c89ca109f]:
- File arch/posix.h — part of check-in [6bc8ca3cac] at 2019-10-21 01:40:38 on branch trunk — add volatile qualifiers, add helper functions for error mechanism (user: lexi, size: 2065) [annotate] [blame] [check-ins using]
79 79 # include <system_calls.h> 80 80 #endif 81 81 82 82 #ifdef KFplatform_define_funcs 83 83 84 -extern struct k_platform_syscall_answer 85 -k_platform_syscall(enum k_platform_syscall call, u8 valency, 86 - k_platform_syscall_arg args[]); 84 +volatile extern struct k_platform_syscall_answer 85 +k_platform_syscall(volatile enum k_platform_syscall call, 86 + volatile u8 valency, volatile k_platform_syscall_arg args[]); 87 87 88 88 #endif 89 89 90 90 #endif