From fd28b5438b2ca5d696cad96d16cbefff9f68c14f Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Mon, 28 Aug 2017 23:41:34 +0900 Subject: [PATCH] removing redundant renaming to same name execvp --- lib/chibi/process.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chibi/process.stub b/lib/chibi/process.stub index fbfc1cf2..87e51e00 100644 --- a/lib/chibi/process.stub +++ b/lib/chibi/process.stub @@ -127,7 +127,7 @@ ;;> Replace the current process with the given command. Finalizers ;;> are not run. -(define-c int (execvp execvp) (string (array string))) +(define-c int execvp (string (array string))) ;;> Returns the current process id.