yet another tiny OS/2 fix
This commit is contained in:
parent
e541da93fe
commit
9849c76d88
@ -175,7 +175,9 @@ char *getpass(const char *prompt)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
signal(SIGINT, sigint);
|
signal(SIGINT, sigint);
|
||||||
|
#ifndef __EMX__
|
||||||
signal(SIGTSTP, sigtstp);
|
signal(SIGTSTP, sigtstp);
|
||||||
|
#endif
|
||||||
|
|
||||||
return(buf);
|
return(buf);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user