commit | 725160fe56eb9f6b9b13214b9adf519c25b9d527 | [log] [tgz] |
---|---|---|
author | Michael Tokarev <mjt@tls.msk.ru> | Sat Jun 03 20:23:38 2023 +0300 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Fri Jun 09 23:59:11 2023 +0300 |
tree | ca90d463494323c415904e7a64899e18be893416 | |
parent | 4c030dd00f617b432524f7f9627192cb9b328bcb [diff] |
linux-user: add comments for TARGET_NR_[gs]etgroups{,32} There are 2 pairs of identical code (with different types) for TARGET_NR_setgroups & TARGET_NR_setgroups32, and for TARGET_NR_getgroups & TARGET_NR_getgroups32. Add comments stating this fact, so that further modifications are done in two places. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>