diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-06-28 14:30:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-28 14:30:54 (GMT) |
commit | 6df077953ed8be3ac9ed247aaeac0c7f502161c9 (patch) | |
tree | 9c75a06d0c52c788a144435508d6a38e34c50757 /src/H5private.h | |
parent | f5ca9237a296f6deefb633b6fb1d61daea4b4f6e (diff) | |
download | hdf5-6df077953ed8be3ac9ed247aaeac0c7f502161c9.zip hdf5-6df077953ed8be3ac9ed247aaeac0c7f502161c9.tar.gz hdf5-6df077953ed8be3ac9ed247aaeac0c7f502161c9.tar.bz2 |
Rename HDqsort() to qsort() (#3193)
* Rename HDqsort() to qsort()
* Committing clang-format changes
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/H5private.h')
-rw-r--r-- | src/H5private.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5private.h b/src/H5private.h index ec0604b..1bccc9b 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -970,9 +970,6 @@ H5_DLL H5_ATTR_CONST int Nflock(int fd, int operation); #ifndef HDpwrite #define HDpwrite(F, B, C, O) pwrite(F, B, C, O) #endif -#ifndef HDqsort -#define HDqsort(M, N, Z, F) qsort(M, N, Z, F) -#endif /* clang-format off */ #ifdef H5_HAVE_RAND_R |