Patch installed: libiberty.h document return value of physmem routines

Kaveh R. Ghazi ghazi@caip.rutgers.edu
Thu Feb 27 20:32:00 GMT 2003


Installed on trunk and 3.3.



Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/include/ChangeLog,v
retrieving revision 1.128
diff -u -p -r1.128 ChangeLog
--- ChangeLog	21 Feb 2003 00:27:04 -0000	1.128
+++ ChangeLog	27 Feb 2003 20:28:06 -0000
@@ -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: libiberty.h
===================================================================
RCS file: /cvs/gcc/gcc/include/libiberty.h,v
retrieving revision 1.33
diff -u -p -r1.33 libiberty.h
--- libiberty.h	21 Feb 2003 00:27:04 -0000	1.33
+++ libiberty.h	27 Feb 2003 20:28:06 -0000
@@ -246,7 +246,7 @@ extern char *xstrdup PARAMS ((const char
 
 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));
 



More information about the Gcc-patches mailing list