summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-03-06 21:37:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-03-06 21:37:43 +0000
commite6424462c3af44f9a43770f744ad15d24fe81d05 (patch)
tree8b94d10984287de18c87b71735e0ac9491677444 /c/src/exec/libcsupport
parentRemoved prototyes for static inline routines and moved the comments into (diff)
downloadrtems-e6424462c3af44f9a43770f744ad15d24fe81d05.tar.bz2
As part of reducing visibility into rtems and hiding the .inl files
from the application code, this file required more visibility than is given by default to application code.
Diffstat (limited to 'c/src/exec/libcsupport')
-rw-r--r--c/src/exec/libcsupport/src/error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/libcsupport/src/error.c b/c/src/exec/libcsupport/src/error.c
index d08dc0e73e..715635072a 100644
--- a/c/src/exec/libcsupport/src/error.c
+++ b/c/src/exec/libcsupport/src/error.c
@@ -43,6 +43,7 @@
* }
*/
+#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#include <rtems.h>
#include "error.h"