diff options
author | Slava Barinov <v.barinov@samsung.com> | 2016-05-10 14:34:12 +0300 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-12 15:17:08 +0900 |
commit | 5ab61dbb334461e0b8808d1e4200a1316cc13495 (patch) | |
tree | 8c8b46045b10776ebff4693f3c37e7d6b89476fd | |
parent | de4710ca16b9e425e899fc310ec7a6204a119e9d (diff) | |
download | cpio-5ab61dbb334461e0b8808d1e4200a1316cc13495.tar.gz cpio-5ab61dbb334461e0b8808d1e4200a1316cc13495.tar.bz2 cpio-5ab61dbb334461e0b8808d1e4200a1316cc13495.zip |
Fixing build with ASansubmit/tizen_base/20161012.062708submit/tizen_3.0_base/20161028.062323submit/tizen_3.0.m2_base/20170104.073748submit/tizen_3.0.m2_base/20170104.072059accepted/tizen/base/20161016.035612accepted/tizen/3.0/base/20161028.103036accepted/tizen/3.0.m2/base/20170104.081909tizen_3.0_basetizen_3.0.m2_baseaccepted/tizen_3.0_baseaccepted/tizen_3.0.m2_base
Change-Id: I9a07aa94dfe35b36d6d52bd3f1ac29d3163f51a9
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
-rw-r--r-- | src/global.c | 2 |
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. */ |