aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-22 14:04:37 -0700
committerChristian Cunningham <cc@localhost>2022-03-22 14:04:37 -0700
commit546c6e5e0121be8ebe16f166ce3cc2c6871c521d (patch)
tree5ca4cf65ae637a81e5db3a5d8961efcb752f9204
parent0e6cb270e73977847ba26b132c6b659040aaa342 (diff)
Update function descriptor
-rw-r--r--include/sys/schedule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/schedule.h b/include/sys/schedule.h
index 210ab3f..cfb4813 100644
--- a/include/sys/schedule.h
+++ b/include/sys/schedule.h
@@ -48,6 +48,6 @@ void yield(void);
void sched_mutex_yield(void* m);
void sched_semaphore_yield(void* s);
void sched_mutex_resurrect(void* m);
-void sched_semaphore_resurrect(void* s);
+void sched_semaphore_resurrect(void* s, unsigned long count);
#endif