diff options
author | DJ Delorie <dj@redhat.com> | 2003-02-21 01:35:25 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-02-21 01:35:25 +0000 |
commit | f8bcdf079fca91da9a3f945adae23ca5ac82cf42 (patch) | |
tree | 16141e4da5374714e5c78ba8bc4b0bf3a1cbb15a /include/libiberty.h | |
parent | c847100a1c1baef030cd72ac84c8c81a6bd8e8c8 (diff) | |
download | cygnal-f8bcdf079fca91da9a3f945adae23ca5ac82cf42.tar.gz cygnal-f8bcdf079fca91da9a3f945adae23ca5ac82cf42.tar.bz2 cygnal-f8bcdf079fca91da9a3f945adae23ca5ac82cf42.zip |
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r-- | include/libiberty.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libiberty.h b/include/libiberty.h index 0419eb1aa..dca120efa 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -246,6 +246,10 @@ extern char *xstrdup PARAMS ((const char *)) ATTRIBUTE_MALLOC; extern PTR xmemdup PARAMS ((const PTR, size_t, size_t)) ATTRIBUTE_MALLOC; +/* Physical memory routines. */ +extern double physmem_total PARAMS ((void)); +extern double physmem_available PARAMS ((void)); + /* hex character manipulation routines */ #define _hex_array_size 256 |