]> 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:26:07 +0000 (20:26 +0200)
commit454f24e9815ea52d48595506bf564f83902e67d4
treef9df4f21c7772221a4e6c0ee061fd893b99ca79d
parent3be3728df2f1912c80abd3288bc6e3a25ad679e4
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