* libiberty.h: Document return value of physmem routines.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Feb 2003 20:28:40 +0000 (20:28 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Feb 2003 20:28:40 +0000 (20:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63521 138bc75d-0d04-0410-961f-82ee72b054a4

include/ChangeLog
include/libiberty.h

index 861aefc..058e782 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * libiberty.h: Document return value of physmem routines.
+
 2003-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * libiberty.h (physmem_total, physmem_available): Prototype.
index dca120e..676ceab 100644 (file)
@@ -246,7 +246,7 @@ extern char *xstrdup PARAMS ((const char *)) ATTRIBUTE_MALLOC;
 
 extern PTR xmemdup PARAMS ((const PTR, size_t, size_t)) ATTRIBUTE_MALLOC;
 
-/* Physical memory routines.  */
+/* Physical memory routines.  Return values are in BYTES.  */
 extern double physmem_total PARAMS ((void));
 extern double physmem_available PARAMS ((void));