Skip to content

Fix #38: Replace unix-times usage with getrusage

Raymond Toy requested to merge rtoy-no-unix-times into master

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.

Merge request reports