Changeset f44f0c7 in rtems
- Timestamp:
- Dec 9, 2004, 5:08:52 PM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0ff3df03
- Parents:
- 5194a28
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r5194a28 rf44f0c7 1 2004-12-09 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * score/include/rtems/system.h: Don't define NULL, include 4 <stddef.h>. 5 1 6 2004-12-03 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
cpukit/score/include/rtems/system.h
r5194a28 rf44f0c7 125 125 typedef void * proc_ptr; 126 126 127 /* 128 * Define NULL 129 */ 130 131 #ifndef NULL 132 #define NULL 0 /* NULL value */ 133 #endif 127 #include <stddef.h> 134 128 135 129 /*
Note: See TracChangeset
for help on using the changeset viewer.