diff --git a/src/H5private.h b/src/H5private.h index 68fbbdc37e1..676fb22e1f5 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -895,7 +895,6 @@ H5_DLL H5_ATTR_CONST int Nflock(int fd, int operation); #ifndef HDlstat #define HDlstat(S, B) lstat(S, B) #endif -#endif #ifndef HDmemcmp #define HDmemcmp(X, Y, Z) memcmp(X, Y, Z) #endif