summaryrefslogtreecommitdiffstats
path: root/bin/sh/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/error.h')
-rw-r--r--bin/sh/error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/error.h b/bin/sh/error.h
index 8b64fe6..a1d2b4f 100644
--- a/bin/sh/error.h
+++ b/bin/sh/error.h
@@ -56,8 +56,7 @@ extern volatile sig_atomic_t exception;
/* exceptions */
#define EXINT 0 /* SIGINT received */
#define EXERROR 1 /* a generic error */
-#define EXSHELLPROC 2 /* execute a shell procedure */
-#define EXEXEC 3 /* command execution failed */
+#define EXEXEC 2 /* command execution failed */
/*
@@ -80,6 +79,7 @@ extern volatile sig_atomic_t intpending;
void exraise(int) __dead2;
void onint(void);
+void warning(const char *, ...) __printflike(1, 2);
void error(const char *, ...) __printf0like(1, 2) __dead2;
void exerror(int, const char *, ...) __printf0like(2, 3) __dead2;
OpenPOWER on IntegriCloud