summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/syscall01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/syscall01/init.c')
-rw-r--r--testsuites/libtests/syscall01/init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/libtests/syscall01/init.c b/testsuites/libtests/syscall01/init.c
index b438a9306c..8b63348a5d 100644
--- a/testsuites/libtests/syscall01/init.c
+++ b/testsuites/libtests/syscall01/init.c
@@ -27,6 +27,9 @@
#include <rtems/libio.h>
#include <rtems/rtems_bsdnet.h>
+/* forward declarations to avoid warnings */
+static rtems_task Init(rtems_task_argument argument);
+
static const char open_driver_path [] = "/dev/open_driver";
struct rtems_bsdnet_config rtems_bsdnet_config;