summaryrefslogtreecommitdiff
path: root/nuttx/include/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/sched.h')
-rw-r--r--nuttx/include/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/sched.h b/nuttx/include/sched.h
index f7ebd9c82..72c860f0d 100644
--- a/nuttx/include/sched.h
+++ b/nuttx/include/sched.h
@@ -139,7 +139,7 @@ EXTERN int sched_rr_get_interval(pid_t pid, struct timespec *interval);
EXTERN int sched_lock(void);
EXTERN int sched_unlock(void);
-EXTERN int32_t sched_lockcount(void);
+EXTERN int sched_lockcount(void);
/* If instrumentation of the scheduler is enabled, then some outboard logic
* must provide the following interfaces.