fix warnings

This commit is contained in:
Vítor Santos Costa
2014-11-26 09:47:05 +00:00
parent 570513f8f9
commit c9c2d7233c
4 changed files with 13 additions and 25 deletions

View File

@@ -2384,7 +2384,7 @@ argument to wait()
#endif /*HAVE_SYS_WAIT_H*/
typedef sighandler_t sigf_t;
typedef void (*sigf_t)(int sig);
int
System(char *cmd)