summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-10-02 17:51:41 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-10-02 17:51:41 +0000
commit6d850ec473e356fee22998b73b248015bfc280b2 (patch)
tree2f39c5c08198992656ddce32c7087e8ce3d4ade8 /ace/OS.h
parent1f6430a01c6fe6f610a97ad4c9c0c11fac20f6ee (diff)
downloadATCD-6d850ec473e356fee22998b73b248015bfc280b2.tar.gz
ChangeLogTag:Wed Oct 2 10:50:49 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 06278c5e183..05ce1b02551 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -1296,7 +1296,8 @@ struct stat
};
# else /* ! ACE_HAS_WINCE */
-# if defined (ACE_LACKS_SYS_TYPES_H)
+# if defined (ACE_LACKS_SYS_TYPES_H) \
+ || (defined (__GLIBC__) && !defined (_BSD_SOURCE))
# if ! defined (ACE_PSOS)
typedef unsigned char u_char;
typedef unsigned short u_short;