mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 13:23:09 +00:00
Add SIGUSR1 as fallback if SIGIO doesn't exist
darcs-hash:20060809222656-ac50b-9a1f5a202f012c836570041acb6064849e7b0de5.gz
This commit is contained in:
parent
0e1a3c7c4a
commit
b11f366bb0
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ typedef int tputs_arg_t;
|
||||||
typedef char tputs_arg_t;
|
typedef char tputs_arg_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef SIGIO
|
||||||
|
#define SIGIO SIGUSR1
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_WINSIZE
|
#ifndef HAVE_WINSIZE
|
||||||
struct winsize
|
struct winsize
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue