diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index fc51da5920..44445e8ce0 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -13,7 +13,7 @@
User's Manual
by
Gregory Nutt
-
Last Updated: October 4, 2014
+Last Updated: November 5, 2014
@@ -7629,11 +7629,12 @@ interface of the same name.mmap()
and eXecute In Place (XIP)mmap()
and eXecute In Place (XIP)
+ stdlib.h
generally addresses other operating system interfaces.
+ However, the following may also be considered as file system interfaces:
+
+#include <stdlib.h> + +int mktemp(FAR char *template); +int mkstemp(FAR char *template); ++ +
#include <aio.h> @@ -7983,7 +7998,7 @@ int lio_listio(int mode, FAR struct aiocb *const list[], int nent, FAR struct sigevent *sig);-
#include <string.h> @@ -8017,9 +8032,9 @@ void *memmove(void *dest, const void *src, size_t count); # define bzero(s,n) (void)memset(s,0,n)-
pipe
pipe
Function Prototype:
@@ -8053,7 +8068,7 @@ int pipe(int fd[2]); -mkfifo
mkfifo
Function Prototype:
@@ -8100,8 +8115,8 @@ int mkfifo(FAR const char *pathname, mode_t mode); -mkfatfs
mkfatfs
Function Prototype:
@@ -8178,7 +8193,7 @@ struct fat_format_s -mmap()
and eXecute In Place (XIP)mmap()
and eXecute In Place (XIP)NuttX operates in a flat open address space and is focused on MCUs that do support Memory Management Units (MMUs). Therefore, NuttX generally does not @@ -8307,7 +8322,7 @@ struct fat_format_s -
mmap
mmap
Function Prototype: