]> 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 17:46:03 +0000 (19:46 +0200)
commitb3002f303cedb8262cbc1ec22999ea36482efa0e
tree32728de9b0877bcf0d2fb13d2a32a083d7e4b3dc
parent8667345b83c8ca528a093d4db53f57a1bb1688e4
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