library: remove an obsolete 'jiffs' typedef in sysinfo
During work on the new <stat> interface the typedef of jiffs was eliminated along with the clang warning. The exact same warning in sysinfo.h now goes bye-bye also. Reference(s): ./proc/sysinfo.h:16:28: warning: redefinition of typedef 'jiff' is a C11 feature [-Wtypedef-redefinition] typedef unsigned long long jiff; Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
9cdbe5b80f
commit
5854f2d956
@ -14,7 +14,6 @@ int procps_loadavg(double *av1, double *av5, double *av15);
|
||||
unsigned int procps_pid_length(void);
|
||||
|
||||
#define BUFFSIZE (64*1024)
|
||||
typedef unsigned long long jiff;
|
||||
|
||||
typedef struct slab_cache{
|
||||
char name[48];
|
||||
|
Loading…
Reference in New Issue
Block a user