summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/pio_standalone.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-08-16 16:41:33 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-08-16 16:41:33 (GMT)
commit72195bf60d2e3eca43e9bd5ad84e24d4ea819149 (patch)
tree58698d20d69cd0244ebccb36e87ee52908be5ce1 /tools/test/perform/pio_standalone.h
parentcd5ad23bead1ba588f9f916a9eef86ef61b8fd1c (diff)
parent0ba794be38b908271e6a2d8f5e231e4b097f25e5 (diff)
downloadhdf5-72195bf60d2e3eca43e9bd5ad84e24d4ea819149.zip
hdf5-72195bf60d2e3eca43e9bd5ad84e24d4ea819149.tar.gz
hdf5-72195bf60d2e3eca43e9bd5ad84e24d4ea819149.tar.bz2
Merge pull request #2778 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:1_10_normalization to hdf5_1_10
* commit '0ba794be38b908271e6a2d8f5e231e4b097f25e5': Normalizations with develop
Diffstat (limited to 'tools/test/perform/pio_standalone.h')
-rw-r--r--tools/test/perform/pio_standalone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/perform/pio_standalone.h b/tools/test/perform/pio_standalone.h
index cf6d980..f2cda4f 100644
--- a/tools/test/perform/pio_standalone.h
+++ b/tools/test/perform/pio_standalone.h
@@ -213,7 +213,7 @@ H5_DLL int HDfprintf (FILE *stream, const char *fmt, ...);
#define HDgetpwnam(S) getpwnam(S)
#define HDgetpwuid(U) getpwuid(U)
#define HDgetrusage(X,S) getrusage(X,S)
-#define HDgets(S) gets(S)
+/* Don't define a macro for gets() - it was removed in C11 */
#ifdef H5_HAVE_WIN32_API
H5_DLL int Wgettimeofday(struct timeval *tv, struct timezone *tz);
#define HDgettimeofday(V,Z) Wgettimeofday(V,Z)