diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-10-02 17:51:41 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-10-02 17:51:41 +0000 |
commit | 6d850ec473e356fee22998b73b248015bfc280b2 (patch) | |
tree | 2f39c5c08198992656ddce32c7087e8ce3d4ade8 /ace/OS.h | |
parent | 1f6430a01c6fe6f610a97ad4c9c0c11fac20f6ee (diff) | |
download | ATCD-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |