summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 18:10:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 18:10:55 +0000
commit652aa3068a4f15ca58a83cf65ee0657a96a581b3 (patch)
treefc38a84e1f83ea583d3b9128a93edab4e59be5d3 /c/src/exec/score/cpu
parent2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-652aa3068a4f15ca58a83cf65ee0657a96a581b3.tar.bz2
2001-03-28 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Define fix_syscall_errno() to nothing so MP links.
Diffstat (limited to 'c/src/exec/score/cpu')
-rw-r--r--c/src/exec/score/cpu/unix/ChangeLog4
-rw-r--r--c/src/exec/score/cpu/unix/cpu.c3
2 files changed, 7 insertions, 0 deletions
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 <joel@OARcorp.com>
+
+ * cpu.c: Define fix_syscall_errno() to nothing so MP links.
+
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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;