diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-04-23 16:07:50 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-04-23 16:07:50 (GMT) |
commit | f980ab403a3dc56ecff2631fb664e78dc3cd0afe (patch) | |
tree | 937f0b1ba438143dbab22f7c1f3d5b75228ff2ca /perform/pio_perf.h | |
parent | f99a4120573eb8bcededc20a91be8fa520d4ebfa (diff) | |
download | hdf5-f980ab403a3dc56ecff2631fb664e78dc3cd0afe.zip hdf5-f980ab403a3dc56ecff2631fb664e78dc3cd0afe.tar.gz hdf5-f980ab403a3dc56ecff2631fb664e78dc3cd0afe.tar.bz2 |
[svn-r5232] Purpose:
Bug fix
Description:
The symbol "RAW" is already defined in some ioctl.h files.
Changed it to RAWIO.
Platforms tested:
Tflops.
(I am commiting this from TFLOPS. Will check it out immediate
to test on local machines.)
Diffstat (limited to 'perform/pio_perf.h')
-rw-r--r-- | perform/pio_perf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perform/pio_perf.h b/perform/pio_perf.h index 531fc4b..08306a6 100644 --- a/perform/pio_perf.h +++ b/perform/pio_perf.h @@ -11,7 +11,7 @@ #include "H5private.h" typedef enum iotype_ { - RAW, + RAWIO, MPIO, PHDF5 /*NUM_TYPES*/ |