Do not warn the user when 'madvise' returns ENOSYS.
authorLudovic Courtès <ludo@gnu.org>
Sat, 15 Dec 2018 17:04:27 +0000 (18:04 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 16 Dec 2018 10:34:14 +0000 (11:34 +0100)
commit45e4ace6603e00b297e6542362273041aebe7305
tree8bb3a766c97536a66328f9b624072d2f7be503ed
parent901bfef5922ace25c4344522ce47ed872d37f989
Do not warn the user when 'madvise' returns ENOSYS.

* libguile/vm.c (return_unused_stack_to_os): Avoid 'perror' calls when
'madvise' returns ENOSYS.
libguile/vm.c