mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-02-11 01:42:24 +02:00
sched() can be marked as noreturn
Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user