macos: MacOS has deprecated getdirentries, so just disable the code.
Hopefully it isn't used much
This commit is contained in:
parent
f07ee128cc
commit
c4057a13f1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue