From 652aa3068a4f15ca58a83cf65ee0657a96a581b3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 28 Mar 2002 18:10:55 +0000 Subject: 2001-03-28 Joel Sherrill * cpu.c: Define fix_syscall_errno() to nothing so MP links. --- c/src/exec/score/cpu/unix/cpu.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'c/src/exec/score/cpu/unix/cpu.c') diff --git a/c/src/exec/score/cpu/unix/cpu.c b/c/src/exec/score/cpu/unix/cpu.c index f7b6a1464f..dc1b4a9e52 100644 --- a/c/src/exec/score/cpu/unix/cpu.c +++ b/c/src/exec/score/cpu/unix/cpu.c @@ -941,7 +941,10 @@ void _CPU_Stop_clock( void ) setitimer(ITIMER_REAL, &new, 0); } +#if 0 extern void fix_syscall_errno( void ); +#endif +#define fix_syscall_errno() #if defined(RTEMS_MULTIPROCESSING) int _CPU_SHM_Semid; -- cgit v1.2.3