mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
update VILLAScommon submodule
This commit is contained in:
parent
623e3cd8ca
commit
4c6aca75da
2 changed files with 2 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 40ac360c5f00a923c77cebf9b016565863e5bf3d
|
||||
Subproject commit 3b1c61e3700f5d8b4e207f504aef8dc3d5019067
|
|
@ -108,7 +108,7 @@ out:
|
|||
#ifdef _POSIX_MEMLOCK
|
||||
/* Lock all current and future memory allocations */
|
||||
ret = mlockall(MCL_CURRENT | MCL_FUTURE);
|
||||
if (ret) {
|
||||
if (ret)
|
||||
return -1;
|
||||
#endif /* _POSIX_MEMLOCK */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue