summaryrefslogtreecommitdiff
path: root/ace/config-tandem.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-28 06:51:48 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-28 06:51:48 +0000
commit53dd14e3b68ea8a23935da00b3ee98cb08668791 (patch)
treeeec7eb387ea4b9f63ae0b995efb6184082499bc7 /ace/config-tandem.h
parentd814723a299e7f7969c9e271ed9aebd9ca380e49 (diff)
downloadATCD-53dd14e3b68ea8a23935da00b3ee98cb08668791.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/config-tandem.h')
-rw-r--r--ace/config-tandem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-tandem.h b/ace/config-tandem.h
index 191a2cc68b3..e8c49de792a 100644
--- a/ace/config-tandem.h
+++ b/ace/config-tandem.h
@@ -24,7 +24,7 @@
// Tandem doesn't include this although they are defined
// in sys/time.h and sys/resource.h
-#define ACE_LACKS_RLIMIT_PROTO // jjpp
+#define ACE_LACKS_RLIMIT_PROTOTYPE // jjpp
// Tandem has a function to set t_errno (set_t_errno)
#define ACE_HAS_SET_T_ERRNO // jjpp
@@ -410,7 +410,7 @@
// files.
//ACE_LACKS_PARAM_H Platform lacks <sys/param.h> (e.g.,
//MVS)
-//ACE_LACKS_POSIX_PROTO Platform lacks POSIX prototypes for
+//ACE_LACKS_POSIX_PROTOTYPES Platform lacks POSIX prototypes for
//certain System V functions like shared memory and message queues.
//ACE_LACKS_RECVMSG Platform lacks recvmsg() (e.g., Linux)
//ACE_LACKS_RWLOCK_T Platform lacks readers/writer locks.