Module: xenomai-forge
Branch: master
Commit: d3b7158772b2b271dd1648a15de4e1a5b592eabc
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=d3b7158772b2b271dd1648a15de4e1a5b592eabc

Author: Philippe Gerum <r...@xenomai.org>
Date:   Sat Nov 12 12:43:00 2011 +0100

alchemy/heap: fix comment

---

 include/alchemy/heap.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/include/alchemy/heap.h b/include/alchemy/heap.h
index bb7ac87..4d1b5f4 100644
--- a/include/alchemy/heap.h
+++ b/include/alchemy/heap.h
@@ -28,9 +28,8 @@
 #define H_PRIO    0x1  /* Pend by task priority order. */
 #define H_FIFO    0x0  /* Pend by FIFO order. */
 #define H_SINGLE  0x4  /* Manage as single-block area. */
-#define H_SHARED  H_SINGLE
 /* Deprecated, compat only. */
-#define H_MAPPABLE 0x0
+#define H_SHARED  H_SINGLE
 
 struct RT_HEAP {
        uintptr_t handle;


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to