summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/rtems/src/rtemsobjectgetname.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/cpukit/rtems/src/rtemsobjectgetname.c b/cpukit/rtems/src/rtemsobjectgetname.c
index 24386d353c..d784c14061 100644
--- a/cpukit/rtems/src/rtemsobjectgetname.c
+++ b/cpukit/rtems/src/rtemsobjectgetname.c
@@ -18,18 +18,9 @@
#include "config.h"
#endif
+#include <rtems/rtems/object.h>
#include <rtems/score/objectimpl.h>
-/*
- * This is implemented as a macro. This body is provided to support
- * bindings from non-C based languages.
- */
-char *rtems_object_get_name(
- Objects_Id id,
- size_t length,
- char *name
-);
-
char *rtems_object_get_name(
Objects_Id id,
size_t length,