mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 19:50:47 +08:00
Add getgroups() to the C library. NuttX has no supplementary group IDs, so it reports a single group, the effective group ID, and follows POSIX for the gidsetsize == 0 and short-buffer (EINVAL) cases. Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>