From f44f0c7dd5ce3a9433d1b114da6aead1ac8b6068 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 9 Dec 2004 17:08:52 +0000 Subject: 2004-12-09 Ralf Corsepius * score/include/rtems/system.h: Don't define NULL, include . --- cpukit/score/include/rtems/system.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h index bef06db7a1..8b21dd17c2 100644 --- a/cpukit/score/include/rtems/system.h +++ b/cpukit/score/include/rtems/system.h @@ -124,13 +124,7 @@ int POSIX_BOTTOM_REACHED( void ); typedef void * proc_ptr; -/* - * Define NULL - */ - -#ifndef NULL -#define NULL 0 /* NULL value */ -#endif +#include /* * Boolean constants -- cgit v1.2.3