summaryrefslogtreecommitdiff
path: root/libc/scripts/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/scripts/cpp')
-rwxr-xr-xlibc/scripts/cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/scripts/cpp b/libc/scripts/cpp
new file mode 100755
index 000000000..65f273ee4
--- /dev/null
+++ b/libc/scripts/cpp
@@ -0,0 +1,6 @@
+#! /bin/sh
+
+# This script is used solely by rpcgen when run by sunrpc/Makefile,
+# which passes CPP in the environment to tell us what to run.
+
+exec ${CPP} "$@"