summaryrefslogtreecommitdiff
path: root/examples/Threads/process_mutex.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-25 21:42:00 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-25 21:42:00 +0000
commit77f96182565a7ab33eef57464d2c3540b391ee6e (patch)
tree20191ccf54e044fbd7044ca22667ec2578f3b884 /examples/Threads/process_mutex.cpp
parent73b540d3dd08debfa857659e8fdec431835ee4a4 (diff)
downloadATCD-77f96182565a7ab33eef57464d2c3540b391ee6e.tar.gz
added args to declaration of main ()
Diffstat (limited to 'examples/Threads/process_mutex.cpp')
-rw-r--r--examples/Threads/process_mutex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Threads/process_mutex.cpp b/examples/Threads/process_mutex.cpp
index 7a69d7d6faa..e78b2fe09fb 100644
--- a/examples/Threads/process_mutex.cpp
+++ b/examples/Threads/process_mutex.cpp
@@ -60,7 +60,7 @@ main (int argc, char *argv[])
}
#else
int
-main (void)
+main (int, char *[])
{
ACE_ERROR_RETURN ((LM_ERROR,
"ACE doesn't support support threads on this platform (yet)\n"),