-
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
Jon Olav Hauglid authoredThis 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