<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Well. RHEL 7 is Redhat Enterprise Linux 7 (like Centos 7) and was
      released in 2014 and is still in maintenance support.<br>
      Its extended lifecycle report will end 30 June 2028.</p>
    <p>gcc 4.8.5 was released in 2015, eight years ago, and very much
      alive.<br>
    </p>
    <p>When I see the TZ source code, it is coded for some MUCH older
      compilers.<br>
    </p>
    <p>I would not call it an old system, though I am in process of
      moving my servers to RHEL 9.3, the current Redhat release.<br>
    </p>
    <p>The fix below does it.<br>
    </p>
    <div class="moz-cite-prefix">On 16.11.23 22:33, Brian Inglis via tz
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:fce74c51-4a88-4157-8d9e-e149366838bf@Shaw.ca">Nobody
      else admits to running such old compilers and systems! ;^>
      <br>
      <br>
      I would reduce that test to:
      <br>
      <br>
      #if __STDC_VERSION__ < 199901
      <br>
      # define restrict
      <br>
      #endif
      <br>
      <br>
      <br>
    </blockquote>
  </body>
</html>