mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-03 01:17:45 +03:00
shared: re-wrap comment
This commit is contained in:
parent
68cdeab343
commit
a49a3564b5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user