summaryrefslogtreecommitdiffstats
path: root/test/dtypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dtypes.c')
-rw-r--r--test/dtypes.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/dtypes.c b/test/dtypes.c
index 90fbfe0..dd94193 100644
--- a/test/dtypes.c
+++ b/test/dtypes.c
@@ -4687,9 +4687,7 @@ test_conv_flt_1 (const char *name, hid_t src, hid_t dst)
* The remainder of this function is executed only by the child if
* HANDLE_SIGFPE is defined.
*/
-#ifndef __WATCOMC__
- signal(SIGFPE,fpe_handler);
-#endif
+ HDsignal(SIGFPE,fpe_handler);
/* What are the names of the source and destination types */
if (H5Tequal(src, H5T_NATIVE_FLOAT)) {