From 8b2ecf8546179dcdabbe691338ebcf3a43960663 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 23 May 1996 15:37:38 +0000 Subject: updates from Tony Bennett --- cpukit/libcsupport/src/newlibc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libcsupport/src/newlibc.c') diff --git a/cpukit/libcsupport/src/newlibc.c b/cpukit/libcsupport/src/newlibc.c index 8c9ed2e1a8..0e38845ecf 100644 --- a/cpukit/libcsupport/src/newlibc.c +++ b/cpukit/libcsupport/src/newlibc.c @@ -131,7 +131,7 @@ libc_start_hook(rtems_tcb *current_task, * real target. */ -#ifdef RTEMS_UNIX +#ifdef NEED_SETVBUF rtems_extension libc_begin_hook(rtems_tcb *current_task) { @@ -274,7 +274,7 @@ libc_init(int reentrant) libc_extension.thread_create = libc_create_hook; libc_extension.thread_start = libc_start_hook; -#ifdef RTEMS_UNIX +#ifdef NEED_SETVBUF libc_extension.thread_begin = libc_begin_hook; #endif libc_extension.thread_switch = libc_switch_hook; -- cgit v1.2.3