summaryrefslogtreecommitdiff
path: root/ace/os_include/sys
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2004-02-15 15:46:28 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2004-02-15 15:46:28 +0000
commit40f0b3c06f66969453c810fdcabe4f1471098014 (patch)
treea49ff7e06133babde16a388cb2d1a94a1021a85f /ace/os_include/sys
parentb20563d2712080d43d56dd14deeecf03029fbeae (diff)
downloadATCD-40f0b3c06f66969453c810fdcabe4f1471098014.tar.gz
ChangeLogTag:Sun Feb 15 09:40:46 2004 Douglas C. Schmidt <schmidt@cs.wustl.edu>
Diffstat (limited to 'ace/os_include/sys')
-rw-r--r--ace/os_include/sys/os_stat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/os_include/sys/os_stat.h b/ace/os_include/sys/os_stat.h
index 551542b650a..181346104a7 100644
--- a/ace/os_include/sys/os_stat.h
+++ b/ace/os_include/sys/os_stat.h
@@ -73,6 +73,11 @@ extern "C"
# define S_IFDIR 0040000
# define S_IFREG 0100000
# endif /* ACE_HAS_WINCE */
+
+#if !defined (S_IFLNK)
+#define S_IFLNK S_IFREG
+#end /* S_IFLNK */
+
#endif /* ACE_LACKS_MODE_MASKS */
#if defined (ACE_HAS_WINCE)