site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=content-transfer-encoding:from:mime-version:subject:date:message-id :references:cc:in-reply-to:to; bh=8KSCVkjczP8/s03tkqyis29L2ow5OjaSITq9Iw+r8hY=; b=J086QfIcxJwgV/HMPSTFjkJWlZPb2qiFXdpqd519Z3OFei/KrvErMlL7FJWFysL8C2 XMV8myilflXaaoG5AfdKjwyYTXRVOvCH1jss3eDcaVrl8+e3syZICcbl7yG3NWVYW76B mqyNKqGDgWxdApZ50iGUycKmyCIE9bOp3dR0N4Ub/arQyxIi0USbojsYGTXraEETgjvY DlMNSDjRPBDuIXyhlD0SFrynCZCwUsqbZmmAaCjuapnkUstws2HcD50cjvn6MH30KBBF NLWUiV2+SS0eZcXnzb7Xmw+1oxV3FeIyJqwPbfzcPmM31GYHoxJIuFKNtRLPWrVTKETE sVpA== 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 <darwin-dev@lists.apple.com> 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 (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/darwin-dev/admin.szatmari.net%40gmai...
This email sent to admin.szatmari.net@gmail.com
Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.app... This email sent to site_archiver@lists.apple.com