Add <sys/statvfs.h>.

Bug: 2512019
Change-Id: I6e7fd3fa281977cc4bc270481a95416b5b2dc351
This commit is contained in:
Elliott Hughes
2013-07-09 13:25:03 -07:00
parent 4fc8a0c116
commit 06040fd75c
9 changed files with 198 additions and 8 deletions

View File

@@ -33,8 +33,8 @@
__BEGIN_DECLS
extern int swapon(const char *, int) __attribute__((__nonnull__(1)));
extern int swapoff(const char *) __attribute__((__nonnull__(1)));
extern int swapon(const char*, int) __nonnull((1));
extern int swapoff(const char*) __nonnull((1));
__END_DECLS