summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 022958ba018..494c1c843b3 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -5708,7 +5708,8 @@ public:
static ACE_TCHAR *mktemp (ACE_TCHAR *t);
static ACE_TCHAR *getcwd (ACE_TCHAR *, size_t);
static int rename (const ACE_TCHAR *old_name,
- const ACE_TCHAR *new_name);
+ const ACE_TCHAR *new_name,
+ int flags = -1);
static int unlink (const ACE_TCHAR *path);
static ACE_TCHAR *tempnam (const ACE_TCHAR *dir = 0,
const ACE_TCHAR *pfx = 0);