mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-06 21:51:32 +00:00
target_root: Function should be static
Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ static int create_staging_renamedir(char *rename_tmpdir)
|
||||
//TODO: "stage_single_file is currently not able to be run in parallel"
|
||||
/* Consider adding a remove_leftovers() that runs in verify/fix in order to
|
||||
* allow this function to mkdtemp create folders for parallel build */
|
||||
enum swupd_code stage_single_file(struct file *file, struct manifest *mom)
|
||||
static enum swupd_code stage_single_file(struct file *file, struct manifest *mom)
|
||||
{
|
||||
char *statfile = NULL;
|
||||
char *dir, *base;
|
||||
|
||||
Reference in New Issue
Block a user