summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlava Barinov <v.barinov@samsung.com>2016-05-10 14:34:12 +0300
committerDonghun Kwak <dh0128.kwak@samsung.com>2016-10-11 23:17:07 -0700
commit20eed6c14ddf9871a3482ab07c29715d6df684c1 (patch)
tree8c8b46045b10776ebff4693f3c37e7d6b89476fd
parentde4710ca16b9e425e899fc310ec7a6204a119e9d (diff)
downloadcpio-20eed6c14ddf9871a3482ab07c29715d6df684c1.tar.gz
cpio-20eed6c14ddf9871a3482ab07c29715d6df684c1.tar.bz2
cpio-20eed6c14ddf9871a3482ab07c29715d6df684c1.zip
Fixing build with ASanHEADtizen
Change-Id: I9a07aa94dfe35b36d6d52bd3f1ac29d3163f51a9 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
-rw-r--r--src/global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global.c b/src/global.c
index cff9720..72deab1 100644
--- a/src/global.c
+++ b/src/global.c
@@ -185,7 +185,7 @@ unsigned int warn_option = 0;
bool to_stdout_option = false;
/* The name this program was run with. */
-char *program_name;
+extern char *program_name;
/* A pointer to either lstat or stat, depending on whether
dereferencing of symlinks is done for input files. */