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/ChangeLog | 4 ++++ c/src/exec/score/cpu/unix/cpu.c | 3 +++ 2 files changed, 7 insertions(+) (limited to 'c/src') diff --git a/c/src/exec/score/cpu/unix/ChangeLog b/c/src/exec/score/cpu/unix/ChangeLog index 6ee8081714..f587d1b9fb 100644 --- a/c/src/exec/score/cpu/unix/ChangeLog +++ b/c/src/exec/score/cpu/unix/ChangeLog @@ -1,3 +1,7 @@ +2001-03-28 Joel Sherrill + + * cpu.c: Define fix_syscall_errno() to nothing so MP links. + 2002-03-27 Ralf Corsepius * configure.ac: 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