2002-10-31 Joel Sherrill <joel@OARcorp.com>

* src/heapgetinfo.c: Fixed comment.
	* src/mpci.c: Removed warning.
This commit is contained in:
Joel Sherrill
2002-10-31 20:09:49 +00:00
parent 1c3ea41291
commit b041968c19
3 changed files with 9 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
2002-10-31 Joel Sherrill <joel@OARcorp.com>
* src/heapgetinfo.c: Fixed comment.
* src/mpci.c: Removed warning.
2002-10-28 Joel Sherrill <joel@OARcorp.com>
* src/threadhandler.c: Prototype _init() and _main() if they are needed
+2 -2
View File
@@ -24,10 +24,10 @@
*
* Input parameters:
* the_heap - pointer to heap header
* the_info - pointer for information to be returned
*
* Output parameters:
* free_sz - Pointer for free amount return
* used_sz - Pointer for used amount return
* *the_info - contains information about heap
* return 0=success, otherwise heap is corrupt.
*/
+2
View File
@@ -385,6 +385,8 @@ Thread _MPCI_Receive_server(
(*the_function)( the_packet );
}
}
return 0; /* unreached - only to remove warnings */
}
/*PAGE