From 12e09f9f85ac48ff891adf92f3b2c9a5fea27273 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sat, 4 Dec 2021 14:10:21 -0800 Subject: Chore(REMOVE): finished deprecation of old io functions. The old methods were simple wrappers of C standard library functions. We've moved (painfully) over to a new interface that allows for files to live on the stack. All users of the functionality are ported over. --- src/cmd/rc/exec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/rc/exec.h') diff --git a/src/cmd/rc/exec.h b/src/cmd/rc/exec.h index 28cbd80..de3fdde 100644 --- a/src/cmd/rc/exec.h +++ b/src/cmd/rc/exec.h @@ -45,6 +45,7 @@ void Xpipe(void); void Xpipewait(void); void Xpopredir(void); void Xglob(void); +void Xpipefd(void); void Xreturn(void); void Xexit(void); -- cgit v1.2.1