summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-21 15:25:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-21 15:25:04 +0000
commitaa9826e56ce06e0ef05df2e2084a7db7458dc8de (patch)
treed66da7302e7e626a7181eae32fe22165a0062fbb
parent8a6831cb765b8ebec5b33e96ad93375999959955 (diff)
2007-12-21 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1268/cpukit * include/rtems/assoc.h: There is no rtems_assoc_ptr_by_value method.
-rw-r--r--cpukit/libcsupport/ChangeLog5
-rw-r--r--cpukit/libcsupport/include/rtems/assoc.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index 3174416c31..b2d8b99e9a 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1268/cpukit
+ * include/rtems/assoc.h: There is no rtems_assoc_ptr_by_value method.
+
2006-10-25 Jennifer Averett <jennifer@oarcorp.com>
* src/termios.c: Change attribute of semaphore. It was counting
diff --git a/cpukit/libcsupport/include/rtems/assoc.h b/cpukit/libcsupport/include/rtems/assoc.h
index 1982d654ac..da2837c8ca 100644
--- a/cpukit/libcsupport/include/rtems/assoc.h
+++ b/cpukit/libcsupport/include/rtems/assoc.h
@@ -23,7 +23,7 @@ typedef struct {
#define RTEMS_ASSOC_DEFAULT_NAME "(default)"
const rtems_assoc_t *rtems_assoc_ptr_by_name(const rtems_assoc_t *, const char *);
-const rtems_assoc_t *rtems_assoc_ptr_by_value(const rtems_assoc_t *, unsigned32);
+const rtems_assoc_t *rtems_assoc_ptr_by_local(const rtems_assoc_t *, unsigned32);
const rtems_assoc_t *rtems_assoc_ptr_by_remote(const rtems_assoc_t *, unsigned32);
unsigned32 rtems_assoc_remote_by_local(const rtems_assoc_t *, unsigned32);