summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_sys_stat.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2006-10-31 10:32:48 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2006-10-31 10:32:48 +0000
commit0fc4e3625b29b07415171cb89381d8d1ffde8150 (patch)
treea6d211d5dff68f9ec6dda4682e5496f2ae140d96 /ACE/ace/OS_NS_sys_stat.h
parent1e0dca1a315074da73685ca2e4a92f84fe1a6fbb (diff)
downloadATCD-0fc4e3625b29b07415171cb89381d8d1ffde8150.tar.gz
ChangeLogTag:Tue Oct 31 10:31:10 UTC 2006 Ossama Othman <ossama_othman at symantec.com>
Diffstat (limited to 'ACE/ace/OS_NS_sys_stat.h')
-rw-r--r--ACE/ace/OS_NS_sys_stat.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_sys_stat.h b/ACE/ace/OS_NS_sys_stat.h
index 508675d9dbc..502bc044722 100644
--- a/ACE/ace/OS_NS_sys_stat.h
+++ b/ACE/ace/OS_NS_sys_stat.h
@@ -64,9 +64,12 @@ typedef struct stat ACE_stat;
// Default file offset case.
# if defined (ACE_WIN32) \
&& !defined (ACE_HAS_WINCE) \
- && !defined (__BORLANDC__) \
&& !defined(__IBMCPP__)
+# if defined (__BORLANDC__)
+typedef struct stat ACE_stat;
+# else
typedef struct _stat ACE_stat;
+# endif /* __BORLANDC__ */
# define ACE_STAT_FUNC_NAME ::_stat
# define ACE_WSTAT_FUNC_NAME ::_wstat
# else