summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2014-07-17 22:38:07 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2014-07-17 22:38:07 (GMT)
commita1701cb901f62ccaaa08ad2c1ae9b421919c9bf9 (patch)
tree37b3ccb6c39538cf335b24dfd7f839fcd386c9fd /src
parent08590f3759614957a1fa48a25b01d165d26d2c63 (diff)
downloadhdf5-a1701cb901f62ccaaa08ad2c1ae9b421919c9bf9.zip
hdf5-a1701cb901f62ccaaa08ad2c1ae9b421919c9bf9.tar.gz
hdf5-a1701cb901f62ccaaa08ad2c1ae9b421919c9bf9.tar.bz2
[svn-r25429] Description:
Add code to ld_monitor test so that a keypress will stop it (instead of ctrl-c, which was messing up valgrind). Tested on: Mac OSX/64 10.9.3 (amazon) w/valgrind (h5committest not required on this branch)
Diffstat (limited to 'src')
-rw-r--r--src/H5private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5private.h b/src/H5private.h
index af2b29a..22062d4 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -1112,6 +1112,9 @@ H5_DLL int HDfprintf (FILE *stream, const char *fmt, ...);
#define HDrmdir(S) rmdir(S)
#endif /* HDrmdir */
/* scanf() variable arguments */
+#ifndef HDselect
+ #define HDselect(N,RD,WR,ER,T) select(N,RD,WR,ER,T)
+#endif /* HDsetbuf */
#ifndef HDsetbuf
#define HDsetbuf(F,S) setbuf(F,S)
#endif /* HDsetbuf */