Remove additional wrong declaration for rb_kill().
This commit is contained in:
parent
ea6dade261
commit
bfa5df1e92
1 changed files with 0 additions and 1 deletions
|
@ -201,7 +201,6 @@ int rb_kill(pid_t, int);
|
||||||
char *rb_strerror(int);
|
char *rb_strerror(int);
|
||||||
|
|
||||||
int rb_setenv(const char *, const char *, 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_waitpid(pid_t pid, int *status, int options);
|
||||||
pid_t rb_getpid(void);
|
pid_t rb_getpid(void);
|
||||||
|
|
Loading…
Reference in a new issue