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

first implementation supporting Process Substitution

This commit is contained in:
Yann Collet
2025-03-24 20:42:52 -07:00
parent 7f0519dcfd
commit 165e52ce62
3 changed files with 123 additions and 78 deletions

View File

@ -191,6 +191,7 @@ int UTIL_isSameFileStat(const char* file1, const char* file2, const stat_t* file
int UTIL_isCompressedFile(const char* infilename, const char *extensionList[]);
int UTIL_isLink(const char* infilename);
int UTIL_isFIFO(const char* infilename);
int UTIL_isFileDescriptorPipe(const char* filename);
/**
* Returns with the given file descriptor is a console.