diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-17 02:23:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-17 02:23:24 +0200 |
commit | ff58e44fc38474b1898c59caf9a5e75d0d8c6c57 (patch) | |
tree | fcf47896cd4f32cb2c8d27cd59fba3169754c5a1 /libc/sysdeps/linux/mips/Makefile.arch | |
parent | 084e597e9f8e630e9b3fc7044d544699ad5d2886 (diff) |
mips: add regdef.h glibc compatibility header
Diffstat (limited to 'libc/sysdeps/linux/mips/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/mips/Makefile.arch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/mips/Makefile.arch b/libc/sysdeps/linux/mips/Makefile.arch index 2c2e66fbb..844bc2b24 100644 --- a/libc/sysdeps/linux/mips/Makefile.arch +++ b/libc/sysdeps/linux/mips/Makefile.arch @@ -20,5 +20,4 @@ SSRC-$(UCLIBC_HAS_CONTEXT_FUNCS) += makecontext.S setcontext.S getcontext.S \ ASFLAGS-syscall_error.S += -D_LIBC_REENTRANT -ARCH_HEADERS := sgidefs.h -# regdef.h +ARCH_HEADERS := sgidefs.h regdef.h |