From 5addee58391a05b3b57937c1e26b5183e6f7bf9c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 20 Jan 2002 17:05:36 +0000 Subject: 2002-01-19 Ralf Corsepius * include/rtems/system.h: Fix typo in yesterday's change: RTEMS_MULTILIBS. --- c/src/exec/score/include/rtems/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/score/include/rtems') diff --git a/c/src/exec/score/include/rtems/system.h b/c/src/exec/score/include/rtems/system.h index 3fdff9c92b..7b9e33fb59 100644 --- a/c/src/exec/score/include/rtems/system.h +++ b/c/src/exec/score/include/rtems/system.h @@ -37,7 +37,7 @@ extern "C" { * are not ready to be built multilib yet. */ -#if !defined(RTEMS_MULTILIB) +#if !defined(RTEMS_MULTILIBS) #if defined(__PPC__) || defined(__sparc__) || defined(__i386__) #include #endif -- cgit v1.2.3