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:
Ralf Corsepius
2004-12-09 17:08:52 +00:00
parent 5194a28430
commit f44f0c7dd5
2 changed files with 6 additions and 7 deletions

View File

@@ -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> 2004-12-03 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/net/if_ethersubr.c, * libnetworking/net/if_ethersubr.c,

View File

@@ -124,13 +124,7 @@ int POSIX_BOTTOM_REACHED( void );
typedef void * proc_ptr; typedef void * proc_ptr;
/* #include <stddef.h>
* Define NULL
*/
#ifndef NULL
#define NULL 0 /* NULL value */
#endif
/* /*
* Boolean constants * Boolean constants