summaryrefslogtreecommitdiffstats
path: root/bin/sh/memalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/memalloc.c')
-rw-r--r--bin/sh/memalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/memalloc.c b/bin/sh/memalloc.c
index 90d2595..01bddb2 100644
--- a/bin/sh/memalloc.c
+++ b/bin/sh/memalloc.c
@@ -131,7 +131,7 @@ int sstrnleft;
int herefd = -1;
-STATIC void
+static void
stnewblock(int nbytes)
{
struct stack_block *sp;
OpenPOWER on IntegriCloud