mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
removing redundant renaming to same name execvp
This commit is contained in:
parent
03907a053c
commit
fd28b5438b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue