]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: add comments for TARGET_NR_[gs]etgroups{,32}
authorMichael Tokarev <mjt@tls.msk.ru>
Sat, 3 Jun 2023 17:23:38 +0000 (20:23 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 9 Jun 2023 20:59:11 +0000 (23:59 +0300)
commit725160fe56eb9f6b9b13214b9adf519c25b9d527
treeca90d463494323c415904e7a64899e18be893416
parent4c030dd00f617b432524f7f9627192cb9b328bcb
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>
linux-user/syscall.c