mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r28241] Correct prototype return signature.
This commit is contained in:
parent
3537b69b5b
commit
45aa5c30c3
@ -940,7 +940,7 @@ H5_DLL int HDfprintf (FILE *stream, const char *fmt, ...);
|
||||
#ifndef HDgettimezone
|
||||
#define HDgettimezone() HDget_timezone()
|
||||
#endif /* HDgettimezone */
|
||||
H5_DLL int HDget_timezone(void);
|
||||
H5_DLL long int HDget_timezone(void);
|
||||
#endif /* H5_HAVE_TIMEZONE */
|
||||
#endif /* H5_HAVE_TM_GMTOFF */
|
||||
#ifndef HDgettimeofday
|
||||
|
Loading…
x
Reference in New Issue
Block a user