diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-07-16 22:05:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 22:05:54 +0200 |
commit | 225e262df0754688a49c20bd9802e1b69d2aa83a (patch) | |
tree | 5cc6d21368a4b1ecc75afe887d45c81e7d2ae98e /ACE | |
parent | a874267e5b6bdbb0438ed19ca46d6b2a90c31097 (diff) | |
parent | 2cd8f43e1427a64c0881c207252298f52627fd6a (diff) | |
download | ATCD-225e262df0754688a49c20bd9802e1b69d2aa83a.tar.gz |
Merge pull request #1614 from jwillemsen/jwi-sco
Removed some old references to SCO
Diffstat (limited to 'ACE')
-rw-r--r-- | ACE/ace/OS_NS_sys_time.inl | 4 | ||||
-rw-r--r-- | ACE/ace/README | 14 |
2 files changed, 7 insertions, 11 deletions
diff --git a/ACE/ace/OS_NS_sys_time.inl b/ACE/ace/OS_NS_sys_time.inl index 5692bf0d8df..ba9ec109a7b 100644 --- a/ACE/ace/OS_NS_sys_time.inl +++ b/ACE/ace/OS_NS_sys_time.inl @@ -47,8 +47,8 @@ ACE_OS::gettimeofday () tv.tv_usec = tb.tb_low / 1000L; #else # if defined (ACE_HAS_TIMEZONE_GETTIMEOFDAY) || \ - defined(ACE_HAS_VOIDPTR_GETTIMEOFDAY) || \ - (defined (ACE_HAS_SVR4_GETTIMEOFDAY) && !defined (SCO)) + defined (ACE_HAS_VOIDPTR_GETTIMEOFDAY) || \ + defined (ACE_HAS_SVR4_GETTIMEOFDAY) ACE_OSCALL (::gettimeofday (&tv, 0), int, result); # elif defined (ACE_VXWORKS) // Assumes that struct timespec is same size as struct timeval, diff --git a/ACE/ace/README b/ACE/ace/README index d327f232334..e0cf882a00b 100644 --- a/ACE/ace/README +++ b/ACE/ace/README @@ -214,8 +214,7 @@ ACE_HAS_AUTOMATIC_INIT_FINI Compiler/platform correctly calls init()/fini() for shared libraries ACE_HAS_BIG_FD_SET Compiler/platform has typedef - u_long fdmask (e.g., Linux and - SCO). + u_long fdmask (e.g., Linux). ACE_HAS_BROKEN_ACCEPT_ADDR Platform can't correctly deal with a NULL addr to accept() (e.g, VxWorks < 6.9). @@ -365,8 +364,7 @@ ACE_HAS_NONCONST_GETBY Platform uses non-const char * in calls to gethostbyaddr, gethostbyname, getservbyname ACE_HAS_NONCONST_MSGSND Platform has a non-const - parameter to msgsend() (e.g., - SCO). + parameter to msgsend(). ACE_HAS_NONCONST_READV Platform omits const qualifier from iovec parameter in readv() prototype. ACE_HAS_NONCONST_SELECT_TIMEVAL Platform's select() uses @@ -801,7 +799,7 @@ ACE_LACKS_MKFIFO Platform lacks mkfifo() e.g., ACE_LACKS_MKTEMP Platform lacks the mktemp() function. ACE_LACKS_MKSTEMP Platform lacks the mkstemp() function. ACE_LACKS_MMAP The platform doesn't have - mmap(2) (e.g., SCO UNIX). + mmap(2). ACE_LACKS_MODE_MASKS Platform/compiler doesn't have open() mode masks. ACE_LACKS_MPROTECT The platform doesn't have @@ -862,8 +860,7 @@ ACE_LACKS_READV Platform doesn't define readv, ACE_LACKS_RENAME Platform lacks rename(). ACE_LACKS_RLIMIT Platform/compiler lacks {get,set}rlimit() function - (e.g., VxWorks, and - SCO UNIX) + (e.g., VxWorks) ACE_LACKS_RLIMIT_PROTOTYPE Platform/compiler lacks {get,set}rlimit() prototypes (e.g., Tandem) @@ -925,8 +922,7 @@ ACE_LACKS_SYSV_SHMEM Platform lacks System V shared ACE_LACKS_SIGINFO_H Platform lacks the siginfo.h include file (e.g., MVS) ACE_LACKS_SOCKETPAIR Platform lacks the - socketpair() call (e.g., SCO - UNIX) + socketpair() cal ACE_LACKS_STRCASECMP Compiler/platform lacks strcasecmp() (e.g., DG/UX, UNIXWARE, VXWORKS) |