Skip to content

Commit

Permalink
include/stdio: removed duplicate prototype of statfs
Browse files Browse the repository at this point in the history
Declaration of statfs should belong to sys/statfs.h

Signed-off-by: Oleg Lyovin <[email protected]>
  • Loading branch information
Oleg Lyovin authored and kschulz-samsung committed Sep 4, 2017
1 parent c74c391 commit c64cc2f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions os/include/stdio.h
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,6 @@ int dprintf(int fd, FAR const char *fmt, ...);
int vdprintf(int fd, FAR const char *fmt, va_list ap);

/* Operations on paths */
/**
* @internal
*/
int statfs(FAR const char *path, FAR struct statfs *buf);
/**
* @internal
*/
Expand Down

0 comments on commit c64cc2f

Please sign in to comment.