summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxUserGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-20 20:58:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-20 20:58:32 +0000
commit9ba21bda5abae13e746ddad1a65d77ede4a84963 (patch)
tree7f9afef5feb281d4e5ac0acc01233ed2c313dc6d /nuttx/Documentation/NuttxUserGuide.html
parent1b383382a407f332ced6310910455422f4b34ebd (diff)
downloadpx4-nuttx-9ba21bda5abae13e746ddad1a65d77ede4a84963.tar.gz
px4-nuttx-9ba21bda5abae13e746ddad1a65d77ede4a84963.tar.bz2
px4-nuttx-9ba21bda5abae13e746ddad1a65d77ede4a84963.zip
Add mkfifo()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@773 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxUserGuide.html')
-rw-r--r--nuttx/Documentation/NuttxUserGuide.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxUserGuide.html b/nuttx/Documentation/NuttxUserGuide.html
index c424662d0..c69987f8c 100644
--- a/nuttx/Documentation/NuttxUserGuide.html
+++ b/nuttx/Documentation/NuttxUserGuide.html
@@ -21,7 +21,7 @@ User's Manual
<p>
Gregory Nutt
<p>
-<small>Last Update: May 31, 2008</small>
+<small>Last Update: July 20, 2008</small>
</center>
<h1>1.0 <A NAME="Introduction">Introduction</a></h1>
@@ -5964,6 +5964,7 @@ interface of the same name.
int fstat(int fd, FAR struct stat *buf); /* Prototyped but not implemented */
char *getcwd(FAR char *buf, size_t size); /* Prototyped but not implemented */
int mkdir(const char *path, mode_t mode);
+ int mkfifo(const char *path, mode_t mode);
int rmdir(const char *path);
int stat(const char *path, FAR struct stat *buf);
int statfs(const char *path, FAR struct statfs *buf); /* Prototyped but not implemented */