summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-02-06 18:01:40 (GMT)
committerBrad King <brad.king@kitware.com>2017-02-06 18:01:40 (GMT)
commitc2645e1979f83b1550d977cee0cdb80122daf8e0 (patch)
tree68a884ec8e4d3cff825791ca7e9991519a131502 /Source/kwsys/SystemTools.hxx.in
parent0f4dae0a4da92af5079eb730443ec188b3b46f8e (diff)
parent95983ed8453f9167077821aea347ba1a87e92eac (diff)
downloadCMake-c2645e1979f83b1550d977cee0cdb80122daf8e0.zip
CMake-c2645e1979f83b1550d977cee0cdb80122daf8e0.tar.gz
CMake-c2645e1979f83b1550d977cee0cdb80122daf8e0.tar.bz2
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys: KWSys 2017-02-06 (ef673998)
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r--Source/kwsys/SystemTools.hxx.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in
index f3d06fe..7a5256b 100644
--- a/Source/kwsys/SystemTools.hxx.in
+++ b/Source/kwsys/SystemTools.hxx.in
@@ -654,6 +654,11 @@ public:
static bool FileIsSymlink(const std::string& name);
/**
+ * Return true if the file is a FIFO
+ */
+ static bool FileIsFIFO(const std::string& name);
+
+ /**
* Return true if the file has a given signature (first set of bytes)
*/
static bool FileHasSignature(const char* filename, const char* signature,