mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
removed out: since unused parameter
This commit is contained in:
parent
0c53172816
commit
f9ec9fe64d
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ int memory_lock(size_t lock)
|
|||
debug(LOG_MEM | 2, "Increased ressource limit of locked memory to %zd bytes", lock);
|
||||
}
|
||||
#endif /* __arm__ */
|
||||
out:
|
||||
|
||||
#ifdef _POSIX_MEMLOCK
|
||||
/* Lock all current and future memory allocations */
|
||||
ret = mlockall(MCL_CURRENT | MCL_FUTURE);
|
||||
|
|
Loading…
Add table
Reference in a new issue