mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 11:27:44 +00:00
License-Update: added APSL 2.0 and BSD-3-Clause and libunwind license Forward patches as needed and drop patches applied upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
404 B
Diff
18 lines
404 B
Diff
--- a/linux_syscall_support.h
|
|
+++ b/linux_syscall_support.h
|
|
@@ -119,14 +119,7 @@ extern "C" {
|
|
|
|
#ifdef __mips__
|
|
/* Include definitions of the ABI currently in use. */
|
|
-#ifdef __ANDROID__
|
|
-/* Android doesn't have sgidefs.h, but does have asm/sgidefs.h,
|
|
- * which has the definitions we need.
|
|
- */
|
|
#include <asm/sgidefs.h>
|
|
-#else
|
|
-#include <sgidefs.h>
|
|
-#endif
|
|
#endif
|
|
#endif
|
|
|