(main) [SIGSTOP]: Change conditional from WINDOWSNT.
This commit is contained in:
parent
fb1b68a482
commit
c801ad51b2
2 changed files with 5 additions and 1 deletions
|
@ -1491,7 +1491,7 @@ main (argc, argv)
|
|||
fprintf (stderr, "*ERROR*: %s", str);
|
||||
needlf = str[0] == '\0' ? needlf : str[strlen (str) - 1] != '\n';
|
||||
}
|
||||
#ifndef WINDOWSNT
|
||||
#ifdef SIGSTOP
|
||||
else if (strprefix ("-suspend ", string))
|
||||
{
|
||||
/* -suspend: Suspend this terminal, i.e., stop the process. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue