Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bmake inefficiencies



    Date:        Mon, 1 Feb 2021 09:04:54 +0100 (GMT+01:00)
    From:        Roland Illig <roland.illig%gmx.de@localhost>
    Message-ID:  <a8addd59-cf8d-4712-96a7-7e5d78bd1f29%gmx.de@localhost>


  | According to https://en.cppreference.com/w/c/program/sig_atomic_t,
  | it has been available since C90, so don't worry about portability.

Further, even if you're dealing with an ancient system where sig_atomic_t
doesn't exist, all it takes is -Dsig_atomic_t=int (or whatever size is
appropriate) on the cc command to fix it.

kre



Home | Main Index | Thread Index | Old Index