forked from Imagelibrary/rtems
2001-01-29 Joel Sherrill <joel@OARcorp.com>
* src/objectextendinformation.c: Added include of string.h to eliminate warning.
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
|
|
||||||
|
2001-01-29 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* src/objectextendinformation.c: Added include of string.h to
|
||||||
|
eliminate warning.
|
||||||
|
|
||||||
2001-01-08 Joel Sherrill <joel@OARcorp.com>
|
2001-01-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* src/threadinitialize.c: Fix my bad hack of Ralf's fp_area
|
* src/threadinitialize.c: Fix my bad hack of Ralf's fp_area
|
||||||
|
|||||||
@@ -24,6 +24,8 @@
|
|||||||
#include <rtems/score/sysstate.h>
|
#include <rtems/score/sysstate.h>
|
||||||
#include <rtems/score/isr.h>
|
#include <rtems/score/isr.h>
|
||||||
|
|
||||||
|
#include <string.h> /* for memcpy() */
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
* _Objects_Extend_information
|
* _Objects_Extend_information
|
||||||
|
|||||||
@@ -1,4 +1,9 @@
|
|||||||
|
|
||||||
|
2001-01-29 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* src/objectextendinformation.c: Added include of string.h to
|
||||||
|
eliminate warning.
|
||||||
|
|
||||||
2001-01-08 Joel Sherrill <joel@OARcorp.com>
|
2001-01-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* src/threadinitialize.c: Fix my bad hack of Ralf's fp_area
|
* src/threadinitialize.c: Fix my bad hack of Ralf's fp_area
|
||||||
|
|||||||
@@ -24,6 +24,8 @@
|
|||||||
#include <rtems/score/sysstate.h>
|
#include <rtems/score/sysstate.h>
|
||||||
#include <rtems/score/isr.h>
|
#include <rtems/score/isr.h>
|
||||||
|
|
||||||
|
#include <string.h> /* for memcpy() */
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
* _Objects_Extend_information
|
* _Objects_Extend_information
|
||||||
|
|||||||
Reference in New Issue
Block a user