shared: re-wrap comment

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-12-17 16:04:33 +01:00
parent 68cdeab343
commit a49a3564b5

View file

@ -3,8 +3,8 @@
#include <stdio.h>
/* These functions are split out of tmpfile-util.h (and not for example just flags to the functions they wrap) in order
* to optimize linking: This way, -lselinux is needed only for the callers of these functions that need selinux, but
* not for all */
/* These functions are split out of tmpfile-util.h (and not for example just flags to the functions they
* wrap) in order to optimize linking: this way, -lselinux is needed only for the callers of these functions
* that need selinux, but not for all. */
int fopen_temporary_label(const char *target, const char *path, FILE **f, char **temp_path);