mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
Add kernel space header for <sys/lock.h> for RTEMS
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
parent
dcaf7fedb9
commit
4b3a664a20
@ -232,4 +232,9 @@ typedef struct _Mutex_recursive_Control _LOCK_RECURSIVE_T;
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#endif /* _SYS_LOCK_H_ */
|
||||
#ifdef _KERNEL
|
||||
/* Header file provided outside of Newlib */
|
||||
#include <machine/_kernel_lock.h>
|
||||
#endif
|
||||
|
||||
#endif /* !_SYS_LOCK_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user