summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/posix/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 05:19:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 05:19:16 +0000
commit40d6543b56b0d9118c0f5714b158a509b1f6a056 (patch)
tree3747a7ed49a967d69c7c35eea159c91b5ccc0c4f /c/src/lib/libbsp/unix/posix/include
parent2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-40d6543b56b0d9118c0f5714b158a509b1f6a056.tar.bz2
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* clock/clock.c, include/bsp.h, shmsupp/cause_intr.c, shmsupp/getcfg.c, shmsupp/lock.c, startup/bspstart.c: Convert to using c99 fixed size types.
Diffstat (limited to 'c/src/lib/libbsp/unix/posix/include')
-rw-r--r--c/src/lib/libbsp/unix/posix/include/bsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/unix/posix/include/bsp.h b/c/src/lib/libbsp/unix/posix/include/bsp.h
index 676cfed555..69aab6f029 100644
--- a/c/src/lib/libbsp/unix/posix/include/bsp.h
+++ b/c/src/lib/libbsp/unix/posix/include/bsp.h
@@ -96,7 +96,7 @@ extern rtems_cpu_table Cpu_table; /* owned by BSP */
extern int rtems_argc;
extern char **rtems_argv;
-extern rtems_unsigned32 bsp_isr_level;
+extern uint32_t bsp_isr_level;
extern char *rtems_progname; /* UNIX executable name */