summaryrefslogtreecommitdiffstats
path: root/src/H5Sprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-07-19 18:38:40 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-07-19 18:38:40 (GMT)
commit7976c8c0ecaa98f7a280ac256cba8f5b0e1f1b72 (patch)
tree6fb5b4223aa22dbdd45f684bbfdcc88f482375e4 /src/H5Sprivate.h
parent71ac1a79962cc2fc1216a9aa57fd8983ad5c29e4 (diff)
downloadhdf5-7976c8c0ecaa98f7a280ac256cba8f5b0e1f1b72.zip
hdf5-7976c8c0ecaa98f7a280ac256cba8f5b0e1f1b72.tar.gz
hdf5-7976c8c0ecaa98f7a280ac256cba8f5b0e1f1b72.tar.bz2
[svn-r19100] Description:
Bring r19099 from trunk to 1.8 branch: Fix const pointer issues for projection construction routine and also bump time before alarm kicks in to terminate a test from 20 minutes to 30 minutes, to give the PGI compiler tests w/debugging enabled a chance to finish. Tested on: Mac OS X/32 10.6.4 (amazon) w/debug Linux/32 2.6.18 (jam) w/PGI & debug
Diffstat (limited to 'src/H5Sprivate.h')
-rw-r--r--src/H5Sprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h
index 2faf977..d7faa89 100644
--- a/src/H5Sprivate.h
+++ b/src/H5Sprivate.h
@@ -221,7 +221,7 @@ H5_DLL herr_t H5S_select_copy(H5S_t *dst, const H5S_t *src, hbool_t share_select
H5_DLL htri_t H5S_select_shape_same(const H5S_t *space1, const H5S_t *space2);
H5_DLL herr_t H5S_select_construct_projection(const H5S_t *base_space,
H5S_t **new_space_ptr, unsigned new_space_rank, const void *buf,
- void **adj_buf_ptr, hsize_t element_size);
+ void const **adj_buf_ptr, hsize_t element_size);
H5_DLL herr_t H5S_select_release(H5S_t *ds);
H5_DLL herr_t H5S_select_get_seq_list(const H5S_t *space, unsigned flags,
H5S_sel_iter_t *iter, size_t maxseq, size_t maxbytes,