summaryrefslogtreecommitdiff
path: root/libiberty/getruntime.c
Commit message (Collapse)AuthorAgeFilesLines
* * configure.in (AC_CHECK_HEADERS): Add time.h.Jeff Law2000-07-231-2/+12
| | | | | | (AC_HEADER_TIME): Add check. * configure, config.in: Regenerate. * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
* * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.Richard Henderson1999-05-061-2/+2
| | | | | | * getruntime.c: Only attempt to include sys/resource.h and use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H are defined.
* Initial revisionRichard Henderson1999-05-031-0/+90