Skip to content
  • Jon Olav Hauglid's avatar
    0755e3d9
    Bug#16839824: ASSUME MEMMOVE/MEMCPY EXIST AND REPLACE BMOVE_UPP · 0755e3d9
    Jon Olav Hauglid authored
    This patch does the following:
    - Assume memmove() and memcpy() exist as they are standard C
      library functions. This means removing CMake checks + ifdefs
    - Remove macros that define bmove to memmove
    - Replace bmove usage with memmove
    - Remove bmove_upp() and use memmove instead
    - Remove unneeded HAVE_MEMORY_H check + usage
    0755e3d9
    Bug#16839824: ASSUME MEMMOVE/MEMCPY EXIST AND REPLACE BMOVE_UPP
    Jon Olav Hauglid authored
    This patch does the following:
    - Assume memmove() and memcpy() exist as they are standard C
      library functions. This means removing CMake checks + ifdefs
    - Remove macros that define bmove to memmove
    - Replace bmove usage with memmove
    - Remove bmove_upp() and use memmove instead
    - Remove unneeded HAVE_MEMORY_H check + usage
Loading