mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
cygtermd: be more specific in define of _XOPEN_SOURCE.
On Debian stretch, it seems we don't get setpgrp() unless we do not merely define it, but define it to 500 or greater.
This commit is contained in:
parent
ccf25c0849
commit
24da181a01
@ -2,7 +2,7 @@
|
||||
* pty.c - pseudo-terminal handling
|
||||
*/
|
||||
|
||||
#define _XOPEN_SOURCE
|
||||
#define _XOPEN_SOURCE 500
|
||||
#include <features.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user