Comment out references to fstat(). It is not yet supported.
This commit is contained in:
parent
d201c132b7
commit
cb97395163
@ -13,7 +13,7 @@
|
|||||||
<h1><big><font color="#3c34ec"><i>NuttX Operating System<p>User's Manual</i></font></big></h1>
|
<h1><big><font color="#3c34ec"><i>NuttX Operating System<p>User's Manual</i></font></big></h1>
|
||||||
<p><small>by</small></p>
|
<p><small>by</small></p>
|
||||||
<p>Gregory Nutt<p>
|
<p>Gregory Nutt<p>
|
||||||
<p>Last Updated: April 9, 2015</p>
|
<p>Last Updated: June 2, 2015</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@ -8097,7 +8097,9 @@ FAR char *tempnam(FAR const char *dir, FAR const char *pfx);
|
|||||||
int mkdir(FAR const char *pathname, mode_t mode);
|
int mkdir(FAR const char *pathname, mode_t mode);
|
||||||
int mkfifo(FAR const char *pathname, mode_t mode);
|
int mkfifo(FAR const char *pathname, mode_t mode);
|
||||||
int stat(const char *path, FAR struct stat *buf);
|
int stat(const char *path, FAR struct stat *buf);
|
||||||
|
#if 0 /* Not yet supported */
|
||||||
int fstat(int fd, FAR struct stat *buf);
|
int fstat(int fd, FAR struct stat *buf);
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <sys/statfs.h>
|
#include <sys/statfs.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user