mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
vm: Fix another typo.
Fix typo introduced in efc33cd149
.
* libguile/vm.c (return_unused_stack_to_os): Remove extra 'while'.
This commit is contained in:
parent
e40b5b54ff
commit
ffc1b9f3ac
1 changed files with 0 additions and 1 deletions
|
@ -604,7 +604,6 @@ return_unused_stack_to_os (struct scm_vm *vp)
|
|||
|
||||
do
|
||||
ret = madvise ((void *) lo, hi - lo, MADV_DONTNEED);
|
||||
while (ret && errno == -EAGAIN);
|
||||
while (ret && errno == EAGAIN);
|
||||
|
||||
if (ret)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue