Add SIGUSR1 as fallback if SIGIO doesn't exist

darcs-hash:20060809222656-ac50b-9a1f5a202f012c836570041acb6064849e7b0de5.gz
This commit is contained in:
axel 2006-08-10 08:26:56 +10:00
parent 0e1a3c7c4a
commit b11f366bb0

View file

@ -43,6 +43,10 @@ typedef int tputs_arg_t;
typedef char tputs_arg_t;
#endif
#ifndef SIGIO
#define SIGIO SIGUSR1
#endif
#ifndef HAVE_WINSIZE
struct winsize
{