summaryrefslogtreecommitdiff
path: root/libiberty/physmem.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2003-02-21 17:33:57 +0000
committerDJ Delorie <dj@delorie.com>2003-02-21 17:33:57 +0000
commit5a57354e232c7e5844ebff055d512bbef5c32fd0 (patch)
treee6cc7cfc1735661c2b5842d4a8cf28e1a40a0348 /libiberty/physmem.c
parentbf83e7a188dfdce39664e8c0d1a0f12f3922a37d (diff)
downloadgdb-5a57354e232c7e5844ebff055d512bbef5c32fd0.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/physmem.c')
-rw-r--r--libiberty/physmem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/physmem.c b/libiberty/physmem.c
index c540d18d0dc..6954261a423 100644
--- a/libiberty/physmem.c
+++ b/libiberty/physmem.c
@@ -31,7 +31,7 @@
/* Return the total amount of physical memory. */
double
-physmem_total (void)
+physmem_total ()
{
#if defined _SC_PHYS_PAGES && defined _SC_PAGESIZE
{
@@ -61,7 +61,7 @@ physmem_total (void)
/* Return the amount of physical memory available. */
double
-physmem_available (void)
+physmem_available ()
{
#if defined _SC_AVPHYS_PAGES && defined _SC_PAGESIZE
{