]> 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:36:02 +0000 (19:36 +0200)
commitf0c09fe61678df6f7f18fe1ebff074e62fa5ca7a
treedc6653f2b3e77c95ac4e5290ef1c52de04989fad
parent2071666d0387c3723db3141ee026e963ac840a4e
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>
support/capture_subprocess.h
support/support_capture_subprocess.c