macos: MacOS has deprecated getdirentries, so just disable the code.

Hopefully it isn't used much
This commit is contained in:
Nathan Binkert 2010-05-06 08:42:21 -07:00
parent f07ee128cc
commit c4057a13f1

View file

@ -437,7 +437,7 @@ class Tru64 : public OperatingSystem
{
using namespace TheISA;
#ifdef __CYGWIN__
#if defined(__APPLE__) || defined(__CYGWIN__)
panic("getdirent not implemented on cygwin!");
#else
int index = 0;