summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-05 16:51:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-05 16:51:45 +0000
commit8b08935eb8e68823084142e42104348ad3a74581 (patch)
treef20a2edbc3ef49e66aa4fa3a256703dd29ee2fc1 /cpukit/libcsupport/include
parent2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-8b08935eb8e68823084142e42104348ad3a74581.tar.bz2
2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 537/bsps * libcsupport/include/rtems/libcsupport.h, libcsupport/src/newlibc.c, libcsupport/src/no_libc.c, libcsupport/src/unixlibc.c: Eliminate vestiges of ticks_per_timeslice controlling newlib reentrancy. The parameter was ignored in libc_init().
Diffstat (limited to 'cpukit/libcsupport/include')
-rw-r--r--cpukit/libcsupport/include/rtems/libcsupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h
index efee7eb774..fb5ce94c14 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/libcsupport/include/rtems/libcsupport.h
@@ -36,7 +36,7 @@ void RTEMS_Malloc_Initialize(
extern void malloc_dump(void);
extern void malloc_walk(size_t source, size_t printf_enabled);
-extern void libc_init(int reentrant);
+extern void libc_init(void);
extern int host_errno(void);
extern void fix_syscall_errno(void);
extern size_t malloc_free_space(void);