We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370e16f commit 830068bCopy full SHA for 830068b
include/sys/statvfs.h
@@ -1,11 +1,15 @@
1
#ifndef _SYS_STATVFS_H
2
#define _SYS_STATVFS_H
3
4
+__BEGIN_DECLS
5
+
6
#include <bits/statvfs.h>
7
8
int statvfs (const char *, struct statvfs *);
9
#if 0
10
int fstatvfs (int, struct statvfs *);
11
#endif
12
13
+__END_DECLS
14
15
include/sys/timeb.h
@@ -23,6 +23,8 @@
23
# include <features.h>
24
25
26
27
28
/* Structure returned by the `ftime' function. */
29
30
struct timeb {
@@ -35,4 +37,6 @@ struct timeb {
35
37
/* For compatibility reasons. Actually obsoleted by gettimeofday(). */
36
38
extern int ftime (struct timeb *__timebuf) __THROW;
39
40
41
42
#endif /* _SYS_TIMEB_h */
0 commit comments