Skip to content
Snippets Groups Projects
Commit 9849c76d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

yet another tiny OS/2 fix

parent e541da93
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,9 @@ char *getpass(const char *prompt)
#endif
signal(SIGINT, sigint);
#ifndef __EMX__
signal(SIGTSTP, sigtstp);
#endif
return(buf);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment