Re: group_member missing.
Re: group_member missing.
- Subject: Re: group_member missing.
- From: Sandor Szatmari via Darwin-dev <email@hidden>
- Date: Mon, 17 Feb 2020 12:51:45 -0500
I’m assuming you mean the precompile/compile fails with a ‘can’t find the
header’ and not a linker error that the symbol doesn’t exist.
Maybe copy the relevant declaration/definitions into your own header file, but
wrap them in a #ifndef <SOME_SYMBOL> block to prevent double include? Not
sure how to ensure your private header would always be included second if this
symbol reappeared in future releases.
Also, submit a notification of the maintainer of the header to get it
re-included?
Sandor
> On Feb 17, 2020, at 11:17, Pascal via Darwin-dev <email@hidden>
> wrote:
>
> Hello,
>
> I've come up on a compilation issue which asks for group_member.
> It is part of unistd.h:
> http://man7.org/linux/man-pages/man3/group_member.3.html
>
> It seems missing in macOS / Darwin includes.
> Is there a way to emulate it?
>
> Thanks, Pascal.
> https://blady.pagesperso-orange.fr
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Darwin-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden