2002-10-28 Joel Sherrill <joel@OARcorp.com>

* base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
This commit is contained in:
Joel Sherrill
2002-10-28 13:58:19 +00:00
parent 11bbeb99c6
commit 42b7ce27ce
4 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2002-10-28 Joel Sherrill <joel@OARcorp.com>
* base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.

View File

@@ -21,6 +21,7 @@
#include "system.h"
#include <stdio.h>
#include <unistd.h>
rtems_task Application_task(
rtems_task_argument node

View File

@@ -1,3 +1,7 @@
2002-10-28 Joel Sherrill <joel@OARcorp.com>
* base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.

View File

@@ -21,6 +21,7 @@
#include "system.h"
#include <stdio.h>
#include <unistd.h>
rtems_task Application_task(
rtems_task_argument node