Add functions in sysinfo.h.
Bug: 17703902 Change-Id: I699d12d76a8fc483c919be730c2ac63641b71a1d
This commit is contained in:
@@ -33,7 +33,15 @@
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
extern int sysinfo (struct sysinfo *info);
|
||||
int sysinfo(struct sysinfo* info);
|
||||
|
||||
int get_nprocs_conf(void);
|
||||
|
||||
int get_nprocs(void);
|
||||
|
||||
long get_phys_pages(void);
|
||||
|
||||
long get_avphys_pages(void);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user