summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-12-20 14:53:44 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-12-20 14:53:44 (GMT)
commitccb5c0ad844df72d0bd6d81431db21988604f483 (patch)
treed749c083f109ccbca7298fbe9ed746837b999ba4 /testpar/testphdf5.c
parent87ffeb296246b33690fdd78f968138d182322cc1 (diff)
downloadhdf5-ccb5c0ad844df72d0bd6d81431db21988604f483.zip
hdf5-ccb5c0ad844df72d0bd6d81431db21988604f483.tar.gz
hdf5-ccb5c0ad844df72d0bd6d81431db21988604f483.tar.bz2
[svn-r1914] t_mdset.c:
Increase the test size to 32. Put in a check to make sure number of processes are not bigger than SIZE. testphdf5.c: Fixed a mistake in the prototype of pause_proc to reflect no arguments.
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index 02c66ee..18b4ad6 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -46,7 +46,7 @@ char *filenames[]={ "ParaEg1.h5f",
#include <sys/types.h>
#include <sys/stat.h>
-void pause_proc()
+void pause_proc(void)
{
int pid;