patch-argz_h 455 B

12345678910111213141516171819202122232425
  1. --- atftp-0.7.1.orig/argz.h 2011-03-11 07:51:24.000000000 +0100
  2. +++ atftp-0.7.1/argz.h 2016-10-19 20:02:27.000000000 +0200
  3. @@ -48,6 +48,22 @@
  4. # define __const const
  5. #endif
  6. +#ifndef __THROW
  7. +# define __THROW
  8. +#endif
  9. +
  10. +#ifndef __BEGIN_DECLS
  11. +# define __BEGIN_DECLS
  12. +#endif
  13. +
  14. +#ifndef __END_DECLS
  15. +# define __END_DECLS
  16. +#endif
  17. +
  18. +#ifndef __attribute_pure__
  19. +# define __attribute_pure__
  20. +#endif
  21. +
  22. #ifndef __error_t_defined
  23. typedef int error_t;
  24. #endif