diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2017-02-23 07:23:00 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2017-02-23 07:23:00 (GMT) |
commit | c3321cba03450d8d70934505f40676c3a530a2cb (patch) | |
tree | 54a9d83fd158cac2cdfb3ee58aefa06f401e5ed1 /src | |
parent | 4b5e05c084f93c35dae946c2c9e814d565a613b0 (diff) | |
parent | 054cc1af293fbf0d2b46e65faae9a43057682d2d (diff) | |
download | hdf5-c3321cba03450d8d70934505f40676c3a530a2cb.zip hdf5-c3321cba03450d8d70934505f40676c3a530a2cb.tar.gz hdf5-c3321cba03450d8d70934505f40676c3a530a2cb.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_page_buffering_03
Diffstat (limited to 'src')
-rw-r--r-- | src/H5win32defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5win32defs.h b/src/H5win32defs.h index 63c3a16..b419f06 100644 --- a/src/H5win32defs.h +++ b/src/H5win32defs.h @@ -75,8 +75,8 @@ struct timezone { #if (_MSC_VER < 1900) struct timespec { - time_t tv_sec; // Seconds - >= 0 - long tv_nsec; // Nanoseconds - [0, 999999999] + time_t tv_sec; /* Seconds - >= 0 */ + long tv_nsec; /* Nanoseconds - [0, 999999999] */ }; #endif /* MSC_VER < 1900 */ |