summaryrefslogtreecommitdiffstats
path: root/bin/sh/bltin/bltin.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/bltin/bltin.h')
-rw-r--r--bin/sh/bltin/bltin.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/sh/bltin/bltin.h b/bin/sh/bltin/bltin.h
index 5d2b02a..9d6e68d 100644
--- a/bin/sh/bltin/bltin.h
+++ b/bin/sh/bltin/bltin.h
@@ -83,13 +83,8 @@
#define INITARGS(argv) if ((commandname = argv[0]) == NULL) {fputs("Argc is zero\n", stderr); exit(2);} else
#endif
-#ifdef __STDC__
pointer stalloc(int);
void error(const char *, ...) __printf0like(1, 2);
-#else
-pointer stalloc();
-void error();
-#endif
extern char *commandname;
OpenPOWER on IntegriCloud