]> git.ipfire.org Git - thirdparty/glibc.git/commit
support: Use const char * argument in support_capture_subprogram_self_sgid
authorFlorian Weimer <fweimer@redhat.com>
Tue, 20 May 2025 17:36:02 +0000 (19:36 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 20 May 2025 19:08:16 +0000 (21:08 +0200)
commit901e24b1286148d1385c462d22f2212082f38da5
treea8d4f4dec8e2d2215b93370595162dc2b7181d1c
parentbff3b0f16c991b825016afee53a85b4d2b4f6b72
support: Use const char * argument in support_capture_subprogram_self_sgid

The function does not modify the passed-in string, so make this clear
via the prototype.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
(cherry picked from commit f0c09fe61678df6f7f18fe1ebff074e62fa5ca7a)
support/capture_subprocess.h
support/support_capture_subprocess.c