forked from Imagelibrary/rtems
2001-03-28 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Define fix_syscall_errno() to nothing so MP links.
This commit is contained in:
@@ -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>
|
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|||||||
@@ -941,7 +941,10 @@ void _CPU_Stop_clock( void )
|
|||||||
setitimer(ITIMER_REAL, &new, 0);
|
setitimer(ITIMER_REAL, &new, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
extern void fix_syscall_errno( void );
|
extern void fix_syscall_errno( void );
|
||||||
|
#endif
|
||||||
|
#define fix_syscall_errno()
|
||||||
|
|
||||||
#if defined(RTEMS_MULTIPROCESSING)
|
#if defined(RTEMS_MULTIPROCESSING)
|
||||||
int _CPU_SHM_Semid;
|
int _CPU_SHM_Semid;
|
||||||
|
|||||||
@@ -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>
|
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|||||||
@@ -941,7 +941,10 @@ void _CPU_Stop_clock( void )
|
|||||||
setitimer(ITIMER_REAL, &new, 0);
|
setitimer(ITIMER_REAL, &new, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
extern void fix_syscall_errno( void );
|
extern void fix_syscall_errno( void );
|
||||||
|
#endif
|
||||||
|
#define fix_syscall_errno()
|
||||||
|
|
||||||
#if defined(RTEMS_MULTIPROCESSING)
|
#if defined(RTEMS_MULTIPROCESSING)
|
||||||
int _CPU_SHM_Semid;
|
int _CPU_SHM_Semid;
|
||||||
|
|||||||
Reference in New Issue
Block a user