sparc: get libroot to build
Add various stubs to fix undefined references. No implementation for anything yet. Change-Id: I2d398bc2369d099e3a35f0713058d6a5edc6801d Reviewed-on: https://review.haiku-os.org/c/1138 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Copyright 2010, Ingo Weinhold, [email protected].
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _SYSTEM_ARCH_SPARC_DEFS_H
|
||||
#define _SYSTEM_ARCH_SPARC_DEFS_H
|
||||
|
||||
|
||||
#define SPINLOCK_PAUSE() do {} while (false)
|
||||
|
||||
|
||||
#endif /* _SYSTEM_ARCH_SPARC_DEFS_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user