This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zosh
Recipients
Date 2005-04-11.12:29:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1254741

I believe _SIGAPI is defined beacuse cc should report a non-existent
"setgroups" otherwise.

Compiling my test program with -D_POSIX_C_SOURCE=200112L 
-D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1
resulted in a failure:

cc-1020 cc: ERROR File = t.c, Line = 5
  The identifier "setgroups" is undefined.
   void *p = setgroups;
                  ^
History
Date User Action Args
2007-08-23 14:30:54adminlinkissue1178510 messages
2007-08-23 14:30:54admincreate