Remove additional wrong declaration for rb_kill().

This commit is contained in:
Jilles Tjoelker 2008-12-03 22:57:13 +01:00
parent f717c20dbb
commit 7a509a687f
1 changed files with 0 additions and 1 deletions

View File

@ -201,7 +201,6 @@ int rb_kill(pid_t, int);
char *rb_strerror(int);
int rb_setenv(const char *, const char *, int);
int rb_kill(int pid, int sig);
pid_t rb_waitpid(pid_t pid, int *status, int options);
pid_t rb_getpid(void);