summaryrefslogtreecommitdiff
path: root/src/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sched.h')
-rw-r--r--src/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sched.h b/src/sched.h
index 27779a1..f8138c0 100644
--- a/src/sched.h
+++ b/src/sched.h
@@ -57,6 +57,6 @@ struct Event {
void evenq (Event *);
void evdeq (Event *);
void SetTimeout (Event *, int);
-void sched (void);
+void sched (void) __attribute__((__noreturn__));
#endif /* SCREEN_SCHED_H */