node icon indicating copy to clipboard operation
node copied to clipboard

Android does not support getgrnam_r and friends

Open paddybyers opened this issue 14 years ago • 1 comments

Android only supports the "non-reentrant" variants of these calls.

Suggest adding a configure option to enable use of these variants.

Suggested change here:

https://github.com/paddybyers/node/commit/25d1b16f8738976236882cf69914c364abc1115c

paddybyers avatar Oct 19 '11 14:10 paddybyers

The corresponding change for master:

https://github.com/paddybyers/node/commit/e7c0a69694d7f714f4ca18c6279fd665f9f76d4c

paddybyers avatar Oct 21 '11 16:10 paddybyers