* Kelly Wang:
> You are right, after remove confdir3, rerun strace hang.
> Checked tr output, it stopped at bunch of mkdir and chdir and no further
> steps after that.
> mkdir("confdir3", 0700) = 0
> chdir("confdir3") = 0
Would you be able to share details o
Bruno Haible writes:
> Thanks for the confirmation that this works. I'm pushing this:
Thank you -- I can confirm that it works fine.
/Simon
signature.asc
Description: PGP signature
On 09/11/2020 01:33, Jim Meyering wrote:
On Sun, Nov 8, 2020 at 1:26 PM Pádraig Brady wrote:
On 08/11/2020 18:52, Jim Meyering wrote:
On Sat, Nov 7, 2020 at 2:08 PM Pádraig Brady wrote:
* m4/jm-macros.m4: Check for setitimer.
* src/timeout.c: Use setitimer if timer_settime is not available.
On Mon, Nov 9, 2020 at 5:17 AM Pádraig Brady wrote:
> On 09/11/2020 01:33, Jim Meyering wrote:
> > On Sun, Nov 8, 2020 at 1:26 PM Pádraig Brady wrote:
> >> On 08/11/2020 18:52, Jim Meyering wrote:
> >>> On Sat, Nov 7, 2020 at 2:08 PM Pádraig Brady wrote:
> * m4/jm-macros.m4: Check for setit