removing redundant renaming to same name execvp

This commit is contained in:
Alex Shinn 2017-08-28 23:41:34 +09:00
parent 03907a053c
commit fd28b5438b

View file

@ -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.