summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-05-09 23:38:12 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-05-09 23:38:12 +0000
commitfd5b0c1625e8573deb7b735b185524c83ced216d (patch)
treed55109c122a079c523c6491dfb5ac9be7daf3918 /ace/README
parent2e4e9c56c7b61b33594f989157c6fd843d796690 (diff)
downloadATCD-fd5b0c1625e8573deb7b735b185524c83ced216d.tar.gz
Fixed typo. ACE_LACKS_LINEBUFFERED_STREAMBUF was used twice.
Corrected the appropriate one to ACE_LACKS_UNBUFFERED_STREAMBUF.
Diffstat (limited to 'ace/README')
-rw-r--r--ace/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/README b/ace/README
index e2ca109bae9..c96e0b87438 100644
--- a/ace/README
+++ b/ace/README
@@ -845,7 +845,7 @@ ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS Compiler does not have
operator>> (istream &, signed char *)
ACE_LACKS_UCONTEXT_H Platform lacks the ucontext.h
file
-ACE_LACKS_LINEBUFFERED_STREAMBUF Platform lacks streambuf
+ACE_LACKS_UNBUFFERED_STREAMBUF Platform lacks streambuf
"unbuffered ()".
ACE_LACKS_UNISTD_H Platform lacks the unistd.h
file (e.g., VxWorks and Win32)