Add <sys/statvfs.h>.
Bug: 2512019 Change-Id: I6e7fd3fa281977cc4bc270481a95416b5b2dc351
This commit is contained in:
@@ -211,8 +211,10 @@
|
||||
#define __statement(x) (x)
|
||||
#endif
|
||||
|
||||
#define __printflike(x, y) __attribute__((__format__(printf, x, y))) __attribute__((__nonnull__(x)))
|
||||
#define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __attribute__((__nonnull__(x)))
|
||||
#define __nonnull(args) __attribute__((__nonnull__ args))
|
||||
|
||||
#define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x))
|
||||
#define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x))
|
||||
|
||||
/*
|
||||
* C99 defines the restrict type qualifier keyword, which was made available
|
||||
|
Reference in New Issue
Block a user