Skip to content

Commits on Source 2

  • Raymond Toy's avatar
    Replace unix-times usage with getrusage · 29cb2f47
    Raymond Toy authored
    unix:unix-times was only used for #+(and sparc svr4).  The existing
    code already supported a different function when this condition was
    false, so use that, which uses getrusage instead.
    
    Don't need cross-x86-sparc-bootstrap.lisp anymore either.
    29cb2f47
  • Raymond Toy's avatar
    Merge branch 'rtoy-no-unix-times' into 'master' · f10c6b6f
    Raymond Toy authored
    Fix #38: Replace unix-times usage with getrusage
    
    unix:unix-times was only used for #+(and sparc svr4).  The existing
    code already supported a different function when this condition was
    false, so use that, which uses getrusage instead.
    
    Don't need cross-x86-sparc-bootstrap.lisp anymore either.
    
    See merge request !18
    f10c6b6f
Loading