summaryrefslogtreecommitdiff
path: root/test/time-sem.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>1999-08-31 05:35:52 +0000
committerRyan Bloom <rbb@apache.org>1999-08-31 05:35:52 +0000
commitc37f14ddf32319a7d84a9b573a54ccde8f37c5ff (patch)
tree1f1dd08b2e53226b3b3363beee02eeb57a8061ca /test/time-sem.c
parente6991d4075b55b175a6fb0cfe849566f863f27ac (diff)
downloadhttpd-c37f14ddf32319a7d84a9b573a54ccde8f37c5ff.tar.gz
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
check this out tomorrow and make sure everything was checked in correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83852 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/time-sem.c')
-rw-r--r--test/time-sem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/time-sem.c b/test/time-sem.c
index 8bf67c7254..73b4f8ab77 100644
--- a/test/time-sem.c
+++ b/test/time-sem.c
@@ -494,7 +494,7 @@ void main (int argc, char **argv)
unsigned long *shared_counter;
if (argc != 3) {
- fprintf (stderr, "Usage: time-sem num-child num-iter\n");
+ fprintf (stderr, "Usage: time-sem num-child num ap_context_t ter\n");
exit (1);
}