stat.h: mkfifo prototype
authorAlan Cox <alan@linux.intel.com>
Mon, 29 Dec 2014 22:51:01 +0000 (22:51 +0000)
committerAlan Cox <alan@linux.intel.com>
Mon, 29 Dec 2014 22:51:01 +0000 (22:51 +0000)
Library/include/sys/stat.h

index 6edf730..0dc4c4e 100644 (file)
@@ -56,4 +56,8 @@ struct stat {
        time_t  st_ctime;       /* file creation time */
 };
 
+/* Weird location but for historical reasons */
+
+extern int mkfifo(const char *pathname, mode_t mode);
+
 #endif