]> 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 18:27:38 +0000 (20:27 +0200)
commit5b1ea2a2235459efb55414a5fb73e258e245e393
treed1351069d529f3369b3777873ddf60ff71a4ac28
parent7403ede2d7752e59e0c47d5d33d73c2bf850e7be
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