projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b629001
)
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
patch
|
blob
|
blame
|
history
diff --git
a/plan9/plan9ish.h
b/plan9/plan9ish.h
index
3df8bf5
..
9b32a7d
100644
(file)
--- 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__ */