diff options
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h index f72f386..da14914 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -76,7 +76,6 @@ typedef signed long long hssize_t; # elif SIZEOF___INT64==8 typedef unsigned __int64 hsize_t; typedef signed __int64 hssize_t; -typedef signed int ssize_t; # endif #else typedef size_t hsize_t; |