diff options
Diffstat (limited to 'src/msdos.c')
| -rw-r--r-- | src/msdos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msdos.c b/src/msdos.c index df9f68468a6..5f261937008 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -5007,7 +5007,7 @@ static sigset_t pending_signals; | |||
| 5007 | typedef void (*sighandler_t)(int); | 5007 | typedef void (*sighandler_t)(int); |
| 5008 | static sighandler_t prev_handlers[320]; | 5008 | static sighandler_t prev_handlers[320]; |
| 5009 | 5009 | ||
| 5010 | /* A signal handler which just records that a signal occured | 5010 | /* A signal handler which just records that a signal occurred |
| 5011 | (it will be raised later, if and when the signal is unblocked). */ | 5011 | (it will be raised later, if and when the signal is unblocked). */ |
| 5012 | static void | 5012 | static void |
| 5013 | sig_suspender (signo) | 5013 | sig_suspender (signo) |