1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

yet another tiny OS/2 fix

This commit is contained in:
Daniel Stenberg 2000-03-23 10:41:39 +00:00
parent e541da93fe
commit 9849c76d88

View File

@ -175,7 +175,9 @@ char *getpass(const char *prompt)
#endif
signal(SIGINT, sigint);
#ifndef __EMX__
signal(SIGTSTP, sigtstp);
#endif
return(buf);
}