Skip to content
  • Ken Shan's avatar
    [project @ 2001-07-24 04:39:31 by ken] · af27ab5c
    Ken Shan authored
    Make the Time module thread-safe by calling the reentrant functions
    gmtime_r and localtime_r instead of gmtime and localtime wherever
    they are available.
    
    (This is necessary to make Time work at all on our Alpha machine --
    perhaps GHC tickles the reentrancy of the C library or something?)
    af27ab5c