summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-07-16 15:42:51 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-07-16 15:42:51 +0200
commit2cd8f43e1427a64c0881c207252298f52627fd6a (patch)
treef17d5c81a6a58dab48e4058e248adb1159e6ba99
parent46ac50d47b02bab9066dd1bf0001dd778a0d8fa9 (diff)
downloadATCD-2cd8f43e1427a64c0881c207252298f52627fd6a.tar.gz
Removed some old references to SCO
* ACE/ace/OS_NS_sys_time.inl: * ACE/ace/README:
-rw-r--r--ACE/ace/OS_NS_sys_time.inl4
-rw-r--r--ACE/ace/README14
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)