summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-10-16 03:35:02 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-10-16 03:35:02 +0000
commitf97d8155700af0ef88f7bca5ad088e1a399a75d3 (patch)
tree3ff2a2b47194a232bb5630fc2aa7c214be4fb7e6
parent3ca5485d2676f0de9765ad627d91ad71306db88e (diff)
downloadlibapr-f97d8155700af0ef88f7bca5ad088e1a399a75d3.tar.gz
Note a discrepancy, W2K supports hard symlinks
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60586 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--file_io/win32/filestat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/file_io/win32/filestat.c b/file_io/win32/filestat.c
index c2d7345c0..a8e704836 100644
--- a/file_io/win32/filestat.c
+++ b/file_io/win32/filestat.c
@@ -62,6 +62,7 @@
#include "atime.h"
#include "misc.h"
+/* XXX: this is wrong for W2K */
#define S_ISLNK(m) (0)
#define S_ISREG(m) (((m) & (S_IFMT)) == S_IFREG)
#define S_ISDIR(m) (((m) & (S_IFDIR)) == S_IFDIR)