diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-01-23 23:03:48 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-01-24 16:20:57 +0100 |
commit | 79ce7d7f6f19753a5f273b9eb950c8dc62ae6455 (patch) | |
tree | 1ce41ad15728eb1726f25b97ffd1a3442bdf6ede /libc/sysdeps/linux | |
parent | 448909e2b07ea9a36fc6ed7e337c6536a34c4ae3 (diff) |
mips: silence _ABI* undef warnings
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/mips/bits/uClibc_arch_features.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/mips/bits/uClibc_arch_features.h b/libc/sysdeps/linux/mips/bits/uClibc_arch_features.h index f81d1f000..2b507710d 100644 --- a/libc/sysdeps/linux/mips/bits/uClibc_arch_features.h +++ b/libc/sysdeps/linux/mips/bits/uClibc_arch_features.h @@ -4,6 +4,7 @@ #ifndef _BITS_UCLIBC_ARCH_FEATURES_H #define _BITS_UCLIBC_ARCH_FEATURES_H +#include <sgidefs.h> /* instruction used when calling abort() to kill yourself */ #define __UCLIBC_ABORT_INSTRUCTION__ "break 255" |