$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2024-04-26 18:15:00
David Bien wrote:
> When it aborts the return is EBUSY.
EBUSY means that you're destroying a locked mutex, so the
abort is legitimate.