-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule aws-c-common
updated
8 files
+19 −3 | .github/workflows/ci.yml | |
+35 −0 | include/aws/common/cross_process_lock.h | |
+14 −0 | source/android/logging.c | |
+105 −0 | source/posix/cross_process_lock.c | |
+93 −0 | source/windows/cross_process_lock.c | |
+7 −0 | tests/CMakeLists.txt | |
+116 −0 | tests/cross_process_lock_tests.c | |
+16 −1 | tests/system_resource_util_test.c |
Submodule aws-lc
updated
from 40f0eb to 69f126
Submodule s2n
updated
from 3526e6 to 95753f