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:
@ -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.
|
||||
|
Reference in New Issue
Block a user