mirror of https://github.com/python/cpython
changed GETPGRP_HAVE_ARGS into GETPGRP_HAVE_ARG
This commit is contained in:
parent
8b605eb06a
commit
0039f51e9c
|
@ -11,7 +11,7 @@
|
|||
|
||||
/* Define if getpgrp() must be called as getpgrp(0)
|
||||
and (consequently) setpgrp() as setpgrp(0, 0). */
|
||||
#undef GETPGRP_HAVE_ARGS
|
||||
#undef GETPGRP_HAVE_ARG
|
||||
|
||||
/* Define this if your time.h defines altzone */
|
||||
#undef HAVE_ALTZONE
|
||||
|
|
Loading…
Reference in New Issue