Plan 9 doesn't really have the symlink API, from Russ Cox.
Jarkko Hietaniemi [Sun, 26 Jan 2003 09:11:23 +0000 (09:11 +0000)]
p4raw-id: //depot/perl@18584

plan9/plan9ish.h

index 3df8bf5..9b32a7d 100644 (file)
@@ -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__ */