summaryrefslogtreecommitdiffstats
path: root/bin/sh/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/exec.c')
-rw-r--r--bin/sh/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/exec.c b/bin/sh/exec.c
index 21f247f..5a19977 100644
--- a/bin/sh/exec.c
+++ b/bin/sh/exec.c
@@ -599,7 +599,7 @@ deletefuncs(void)
* entry.
*/
-struct tblentry **lastcmdentry;
+STATIC struct tblentry **lastcmdentry;
STATIC struct tblentry *
OpenPOWER on IntegriCloud