mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Patch #568235: Add posix.setpgid.
This commit is contained in:
parent
14f8b4cfcb
commit
606edc1d97
8 changed files with 41 additions and 3 deletions
|
@ -451,6 +451,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#define HAVE_GETPEERNAME
|
||||
#endif
|
||||
|
||||
/* Define if you have the getpgid function. */
|
||||
#undef HAVE_GETPGID
|
||||
|
||||
/* Define if you have the getpgrp function. */
|
||||
#undef HAVE_GETPGRP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue