diff options
-rw-r--r-- | plan9/plan9ish.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plan9/plan9ish.h b/plan9/plan9ish.h index 3df8bf5621..9b32a7dd80 100644 --- a/plan9/plan9ish.h +++ b/plan9/plan9ish.h @@ -133,4 +133,8 @@ extern int tcsendbreak(int, int); #define CONDOP_SIZE 4 /* The Plan 9 compiler cannot return quads from ?: */ +#undef HAS_SYMLINK /* Plan 9 doesn't really have these. */ +#undef HAS_LSTAT +#undef HAS_READLINK + #endif /* __PLAN9ISH_H__ */ |