]> 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:43:13 +0000 (21:43 +0200)
commit731a88566a40d5766bf2f3666e2d3b1a75d3a32b
treec1a126f3ef0084c05ed23dc278df3abb2f002e16
parenta4a1752edb10c136863cc617cf4f49574c24fcd5
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