diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-17 01:54:04 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-17 01:54:04 +0000 |
commit | 629158b9b30e8aa3df1d736646b849fc32c69703 (patch) | |
tree | c3cf280c0a0f9c2bdd3e8fd2b6fb5481124cc34a /ace/OS.i | |
parent | ffafeeb8613e0c7c585165923d5fe2392b07dd8b (diff) | |
download | ATCD-629158b9b30e8aa3df1d736646b849fc32c69703.tar.gz |
Oops, forgot to remove the comment about not supporting O_APPEND flag.
Diffstat (limited to 'ace/OS.i')
-rw-r--r-- | ace/OS.i | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7799,7 +7799,6 @@ ACE_OS::open (const char *filename, return 0; #elif defined (ACE_WIN32) ACE_UNUSED_ARG (perms); - // Warning: This function ignores _O_APPEND DWORD access = GENERIC_READ; if (ACE_BIT_ENABLED (mode, O_WRONLY)) |