From f41dd231655da361271b8a3d4a7fd5412e2f7088 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 13 Aug 2007 03:36:48 +0000 Subject: 2007-08-13 Chris Johns * score/include/rtems/score/object.h: Point the OBJECTS_RTEMS_CLASSES_LAST macro to the last entry. --- cpukit/ChangeLog | 4 ++++ cpukit/score/include/rtems/score/object.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 4ff0bcc2ae..aff1600c1e 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2007-08-13 Chris Johns + * score/include/rtems/score/object.h: Point the + OBJECTS_RTEMS_CLASSES_LAST macro to the last entry. + 2007-07-31 Joel Sherrill PR 1248/networking diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h index c6592ee8bf..ea49947941 100644 --- a/cpukit/score/include/rtems/score/object.h +++ b/cpukit/score/include/rtems/score/object.h @@ -236,7 +236,7 @@ typedef enum { } Objects_Classic_API; /** This macro is used to generically specify the last API index. */ -#define OBJECTS_RTEMS_CLASSES_LAST OBJECTS_RTEMS_EXTENSIONS +#define OBJECTS_RTEMS_CLASSES_LAST OBJECTS_RTEMS_BARRIERS /** * This enumerated type is used in the class field of the object ID -- cgit v1.2.3