OpenSDE Packages Database (without history before r20070)
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.

19 lines
487 B

  1. Patch found on https://bugzilla.redhat.com/show_bug.cgi?id=230571
  2. --- libart_lgpl-2.3.19/art_misc.h.extern-c 2007-01-02 00:59:22.000000000
  3. +0100
  4. +++ libart_lgpl-2.3.19/art_misc.h 2007-03-01 09:19:06.000000000 +0100
  5. @@ -34,9 +34,15 @@
  6. #include <libart_lgpl/art_config.h>
  7. #endif
  8. +#ifdef __cplusplus
  9. +extern "C" {
  10. +#endif
  11. void *art_alloc(size_t size);
  12. void art_free(void *ptr);
  13. void *art_realloc(void *ptr, size_t size);
  14. +#ifdef __cplusplus
  15. +}
  16. +#endif /* __cplusplus */