1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

support_become_root: Fix comment style

This commit is contained in:
Christian Brauner
2017-11-18 17:54:24 +01:00
parent ea69a5c874
commit 5f9d19490b
2 changed files with 4 additions and 1 deletions

View File

@ -52,7 +52,7 @@ setup_uid_gid_mapping (uid_t original_uid, gid_t original_gid)
xclose (fd);
/* Linux 3.19 introduced the setgroups file. We need write "deny" to this
* file otherwise writing to gid_map will fail with EPERM. */
file otherwise writing to gid_map will fail with EPERM. */
fd = open64 ("/proc/self/setgroups", O_WRONLY, 0);
if (fd < 0)
{