From 629158b9b30e8aa3df1d736646b849fc32c69703 Mon Sep 17 00:00:00 2001 From: nanbor Date: Thu, 17 Sep 1998 01:54:04 +0000 Subject: Oops, forgot to remove the comment about not supporting O_APPEND flag. --- ace/OS.i | 1 - 1 file changed, 1 deletion(-) (limited to 'ace/OS.i') diff --git a/ace/OS.i b/ace/OS.i index 407245f603c..3804a6f4cc6 100644 --- a/ace/OS.i +++ b/ace/OS.i @@ -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)) -- cgit v1.2.1