Fix some references to statfs being in stdio.h in documentation
This commit is contained in:
parent
d36428fffd
commit
a4ccbd8c4a
@ -8089,7 +8089,6 @@ FAR FILE *fdopen(int fd, FAR const char *type);
|
|||||||
int dprintf(int fd, FAR const char *fmt, ...);
|
int dprintf(int fd, FAR const char *fmt, ...);
|
||||||
int vdprintf(int fd, FAR const char *fmt, va_list ap);
|
int vdprintf(int fd, FAR const char *fmt, va_list ap);
|
||||||
|
|
||||||
int statfs(FAR const char *path, FAR struct statfs *buf);
|
|
||||||
FAR char *tmpnam(FAR char *s);
|
FAR char *tmpnam(FAR char *s);
|
||||||
FAR char *tempnam(FAR const char *dir, FAR const char *pfx);
|
FAR char *tempnam(FAR const char *dir, FAR const char *pfx);
|
||||||
|
|
||||||
@ -8102,8 +8101,8 @@ int fstat(int fd, FAR struct stat *buf);
|
|||||||
|
|
||||||
#include <sys/statfs.h>
|
#include <sys/statfs.h>
|
||||||
|
|
||||||
int statfs(const char *path, struct statfs *buf);
|
int statfs(FAR const char *path, FAR struct statfs *buf);
|
||||||
int fstatfs(int fd, struct statfs *buf);
|
int fstatfs(int fd, FAR struct statfs *buf);
|
||||||
</pre></ul>
|
</pre></ul>
|
||||||
|
|
||||||
<h3><a name="standardlib">2.10.6 Standard Library</a></h3>
|
<h3><a name="standardlib">2.10.6 Standard Library</a></h3>
|
||||||
|
@ -60,7 +60,7 @@ See the Atmel website for further information about this board:
|
|||||||
tatus/Open Issues
|
tatus/Open Issues
|
||||||
=================
|
=================
|
||||||
|
|
||||||
I would characterize the general port as very mature and reliable. However,
|
I would characterize the general port as very mature and stable. However,
|
||||||
there are a number of issues, caveats, and unfinished drivers as detailed in
|
there are a number of issues, caveats, and unfinished drivers as detailed in
|
||||||
the following paragraphs.
|
the following paragraphs.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user