0009-fix-typo.patch 886 B

12345678910111213141516171819202122232425262728
  1. From 0b6a99fbbb11287ca5c3ce71ef13689e72d2b79e Mon Sep 17 00:00:00 2001
  2. From: Waldemar Brodkorb <wbx@uclibc-ng.org>
  3. Date: Thu, 21 Aug 2014 22:08:43 +0200
  4. Subject: [PATCH 9/9] fix typo
  5. otherwise you get compile warnings, when building for m68k.
  6. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
  7. ---
  8. libc/sysdeps/linux/m68k/bits/huge_vall.h | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/libc/sysdeps/linux/m68k/bits/huge_vall.h b/libc/sysdeps/linux/m68k/bits/huge_vall.h
  11. index c44b64d..674b46d 100644
  12. --- a/libc/sysdeps/linux/m68k/bits/huge_vall.h
  13. +++ b/libc/sysdeps/linux/m68k/bits/huge_vall.h
  14. @@ -26,7 +26,7 @@
  15. # define HUGE_VALL (__builtin_huge_vall ())
  16. #elif __GNUC_PREREQ(2,96)
  17. # define HUGE_VALL (__extension__ 0x1.0p32767L)
  18. -#elif defined__GNUC__
  19. +#elif defined __GNUC__
  20. # define HUGE_VALL \
  21. (__extension__ \
  22. --
  23. 1.8.5.2 (Apple Git-48)