0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-02 08:48:18 +02:00

Remove additional wrong declaration for rb_kill().

This commit is contained in:
Jilles Tjoelker 2008-12-03 22:57:13 +01:00
parent ea6dade261
commit bfa5df1e92

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);