You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
517 B

  1. Consider musl provided built-in defines
  2. Helps compile libtirpc with musl
  3. Upstream-Status: Pending
  4. Signed-off-by: Khem Raj <raj.khem@gmail.com>
  5. --- ./tirpc/rpc/types.h.orig 2018-03-17 10:23:10.022055255 +0100
  6. +++ ./tirpc/rpc/types.h 2018-03-17 10:23:30.877751656 +0100
  7. @@ -66,7 +66,7 @@
  8. #define mem_free(ptr, bsize) free(ptr)
  9. -#if defined __APPLE_CC__ || defined __FreeBSD__
  10. +#if defined __APPLE_CC__ || defined __FreeBSD__ || !defined(__GLIBC__)
  11. # define __u_char_defined
  12. # define __daddr_t_defined
  13. #endif