2001-03-28 Joel Sherrill <joel@OARcorp.com>

* cpu.c: Define fix_syscall_errno() to nothing so MP links.
This commit is contained in:
Joel Sherrill
2002-03-28 18:10:55 +00:00
parent 321f5ff4bb
commit 652aa3068a
4 changed files with 14 additions and 0 deletions

View File

@@ -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:

View File

@@ -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;