psxstrsignal01: Remove warnings

This commit is contained in:
Joel Sherrill
2017-04-04 17:14:11 -05:00
parent 4590fd96d8
commit 281cf07397

View File

@@ -57,6 +57,10 @@ Signals_t Signals[] = {
{ NULL, -1 }, { NULL, -1 },
}; };
void do_test(void);
void do_test_rt(void);
void *POSIX_Init(void *unused);
void do_test(void) void do_test(void)
{ {
int i; int i;