Enable getmntinfo(3)
Change-Id: Ida9b0660471bb9fde3cdca6c9b9fd9e94341e02f
This commit is contained in:
@@ -118,6 +118,9 @@ __BEGIN_DECLS
|
||||
int statvfs(const char *__restrict, struct statvfs *__restrict);
|
||||
int fstatvfs(int, struct statvfs *);
|
||||
int getvfsstat(struct statvfs *, size_t, int);
|
||||
#ifndef __LIBC12_SOURCE__
|
||||
int getmntinfo(struct statvfs **, int) __RENAME(__getmntinfo13);
|
||||
#endif /* __LIBC12_SOURCE__ */
|
||||
|
||||
int statvfs1(const char *__restrict, struct statvfs *__restrict, int);
|
||||
int fstatvfs1(int, struct statvfs *, int);
|
||||
|
||||
Reference in New Issue
Block a user