aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/jobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/jobs.h')
-rw-r--r--bin/sh/jobs.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/bin/sh/jobs.h b/bin/sh/jobs.h
index e8274b08f0ff..e73c930cbb02 100644
--- a/bin/sh/jobs.h
+++ b/bin/sh/jobs.h
@@ -82,18 +82,18 @@ extern int in_waitcmd; /* are we in waitcmd()? */
extern int in_dowait; /* are we in dowait()? */
extern volatile sig_atomic_t breakwaitcmd; /* break wait to process traps? */
-void setjobctl __P((int));
-int fgcmd __P((int, char **));
-int bgcmd __P((int, char **));
-int jobscmd __P((int, char **));
-void showjobs __P((int));
-int waitcmd __P((int, char **));
-int jobidcmd __P((int, char **));
-struct job *makejob __P((union node *, int));
-int forkshell __P((struct job *, union node *, int));
-int waitforjob __P((struct job *, int *));
-int stoppedjobs __P((void));
-char *commandtext __P((union node *));
+void setjobctl(int);
+int fgcmd(int, char **);
+int bgcmd(int, char **);
+int jobscmd(int, char **);
+void showjobs(int);
+int waitcmd(int, char **);
+int jobidcmd(int, char **);
+struct job *makejob(union node *, int);
+int forkshell(struct job *, union node *, int);
+int waitforjob(struct job *, int *);
+int stoppedjobs(void);
+char *commandtext(union node *);
#if ! JOBS
#define setjobctl(on) /* do nothing */