forked from Imagelibrary/rtems
2004-12-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* score/include/rtems/system.h: Don't define NULL, include <stddef.h>.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-12-09 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* score/include/rtems/system.h: Don't define NULL, include
|
||||
<stddef.h>.
|
||||
|
||||
2004-12-03 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libnetworking/net/if_ethersubr.c,
|
||||
|
||||
@@ -124,13 +124,7 @@ int POSIX_BOTTOM_REACHED( void );
|
||||
|
||||
typedef void * proc_ptr;
|
||||
|
||||
/*
|
||||
* Define NULL
|
||||
*/
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL 0 /* NULL value */
|
||||
#endif
|
||||
#include <stddef.h>
|
||||
|
||||
/*
|
||||
* Boolean constants
|
||||
|
||||
Reference in New Issue
Block a user