aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/rc.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-21 16:53:23 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-21 16:53:23 -0700
commit3733507b090311b70ca8a2fed0c739b808f679c6 (patch)
treea964964480489b1a274a1bf1ec208243ccdf70d0 /sys/cmd/rc/rc.h
parentda77d3be2eb0785bc0c0b60c686e163d6243c744 (diff)
feat(rc): added a few builtins
Diffstat (limited to 'sys/cmd/rc/rc.h')
-rw-r--r--sys/cmd/rc/rc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cmd/rc/rc.h b/sys/cmd/rc/rc.h
index 13444e6..85a046a 100644
--- a/sys/cmd/rc/rc.h
+++ b/sys/cmd/rc/rc.h
@@ -211,6 +211,7 @@ void freeparsetree(void);
void initenv(void);
void redirect(struct Redir *);
void execute(Word *, Word*);
+int mapfd(int fd);
/* wait.c */
void addwait(Thread *, int);