1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

Merge branch 'dev' into named_pipes

This commit is contained in:
Bimba Shrestha
2019-10-29 01:17:13 -04:00
committed by GitHub
21 changed files with 380 additions and 364 deletions

View File

@ -139,7 +139,6 @@ int UTIL_compareStr(const void *p1, const void *p2);
#ifndef _MSC_VER
U32 UTIL_isFIFO(const char* infilename);
#endif
U32 UTIL_isLink(const char* infilename);
#define UTIL_FILESIZE_UNKNOWN ((U64)(-1))
U64 UTIL_getFileSize(const char* infilename);