mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-12 18:36:10 +08:00
merge from gcc
This commit is contained in:
@ -97,7 +97,7 @@ physmem_total ()
|
||||
}
|
||||
#endif
|
||||
|
||||
#if HAVE_GETSYSINFO
|
||||
#if HAVE_GETSYSINFO && defined GSI_PHYSMEM
|
||||
{ /* This works on Tru64 UNIX V4/5. */
|
||||
int physmem;
|
||||
|
||||
@ -174,7 +174,7 @@ physmem_available ()
|
||||
}
|
||||
#endif
|
||||
|
||||
#if HAVE_TABLE && HAVE_SYS_TABLE_H
|
||||
#if HAVE_TABLE && defined TBL_VMSTATS
|
||||
{ /* This works on Tru64 UNIX V4/5. */
|
||||
struct tbl_vmstats vmstats;
|
||||
|
||||
|
Reference in New Issue
Block a user