summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/posix/include/tm27.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/unix/posix/include/tm27.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/unix/posix/include/tm27.h b/c/src/lib/libbsp/unix/posix/include/tm27.h
index ea3bbc2e51..9e8506069f 100644
--- a/c/src/lib/libbsp/unix/posix/include/tm27.h
+++ b/c/src/lib/libbsp/unix/posix/include/tm27.h
@@ -8,7 +8,7 @@
* $Id$
*/
-#ifndef _TMTEST27
+#ifndef _RTEMS_TMTEST27
#error "This is an RTEMS internal file you must not include directly."
#endif
@@ -27,7 +27,7 @@
#define Cause_tm27_intr() \
raise( 16 )
-#define Clear_tm27_intr()
+#define Clear_tm27_intr() /* empty */
#define Lower_tm27_intr() \
_ISR_Set_level( 0 );