include/stdio: removed duplicate prototype of statfs
authorOleg Lyovin <o.lyovin@partner.samsung.com>
Tue, 18 Jul 2017 12:33:13 +0000 (15:33 +0300)
committerOleg Lyovin <o.lyovin@partner.samsung.com>
Wed, 9 Aug 2017 14:51:52 +0000 (17:51 +0300)
Declaration of statfs should belong to sys/statfs.h

Signed-off-by: Oleg Lyovin <o.lyovin@partner.samsung.com>
os/include/stdio.h

index 6e83131..8254b09 100644 (file)
@@ -447,10 +447,6 @@ int vdprintf(int fd, FAR const char *fmt, va_list ap);
 /**
  * @internal
  */
-int statfs(FAR const char *path, FAR struct statfs *buf);
-/**
- * @internal
- */
 FAR char *tmpnam(FAR char *s);
 /**
  * @internal