mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Expose setgroups. Fixes feature request #468116.
This commit is contained in:
parent
6b47129424
commit
61c5edf6fc
6 changed files with 62 additions and 4 deletions
|
|
@ -498,6 +498,9 @@
|
|||
/* Define if you have the setgid function. */
|
||||
#undef HAVE_SETGID
|
||||
|
||||
/* Define if you have the setgroups function. */
|
||||
#undef HAVE_SETGROUPS
|
||||
|
||||
/* Define if you have the setlocale function. */
|
||||
#undef HAVE_SETLOCALE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue