summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/kern/tru64/tru64.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kern/tru64/tru64.hh b/src/kern/tru64/tru64.hh
index 033f30946..d0c11a934 100644
--- a/src/kern/tru64/tru64.hh
+++ b/src/kern/tru64/tru64.hh
@@ -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;