summaryrefslogtreecommitdiff
path: root/ace/OS.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS.i')
-rw-r--r--ace/OS.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/OS.i b/ace/OS.i
index cac37598a20..b7e7fc41f81 100644
--- a/ace/OS.i
+++ b/ace/OS.i
@@ -4841,7 +4841,7 @@ ACE_OS::execvp (const char *file, char *const argv[])
}
ACE_INLINE int
-ACE_OS::execl (const char */* path */, const char */* arg0 */, ...)
+ACE_OS::execl (const char * /* path */, const char * /* arg0 */, ...)
{
// ACE_TRACE ("ACE_OS::execl");
#if defined (ACE_WIN32) || defined (VXWORKS)
@@ -4854,7 +4854,7 @@ ACE_OS::execl (const char */* path */, const char */* arg0 */, ...)
}
ACE_INLINE int
-ACE_OS::execle (const char */* path */, const char * /* arg0 */, ...)
+ACE_OS::execle (const char * /* path */, const char * /* arg0 */, ...)
{
// ACE_TRACE ("ACE_OS::execle");
#if defined (ACE_WIN32) || defined (VXWORKS)