diff options
Diffstat (limited to 'testing/hdf4/10-musl.patch')
-rw-r--r-- | testing/hdf4/10-musl.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/hdf4/10-musl.patch b/testing/hdf4/10-musl.patch new file mode 100644 index 0000000000..5e7979e358 --- /dev/null +++ b/testing/hdf4/10-musl.patch @@ -0,0 +1,14 @@ ++++ hdf-4.2.15/mfhdf/xdr/types.h +@@ -55,12 +55,6 @@ + #ifndef u_long + typedef unsigned long u_long; + #endif +-#ifndef u_quad_t +-typedef uint64_t u_quad_t; +-#endif +-#ifndef quad_t +-typedef int64_t quad_t; +-#endif + #ifndef caddr_t + typedef char * caddr_t; + #endif |