aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus.h')
-rw-r--r--include/litmus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus.h b/include/litmus.h
index 7e5092b..2e48e36 100644
--- a/include/litmus.h
+++ b/include/litmus.h
@@ -105,7 +105,7 @@ task_class_t str2class(const char* str);
105/* non-preemptive section support */ 105/* non-preemptive section support */
106void enter_np(void); 106void enter_np(void);
107void exit_np(void); 107void exit_np(void);
108void exit_np_trace(void); 108int exit_np_trace(void);
109int requested_to_preempt(void); 109int requested_to_preempt(void);
110 110
111/* task system support */ 111/* task system support */