forked from ValveSoftware/vogl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
alloc.c if it was being used for libbacktrace was missing the definition for backtrace_strdup. Changes: ======= src/libbacktrace/CMakeLists.txt (1) quotes around the header (matching the cmake documentation for use the function); src/libbacktrace/alloc.c: (1) added #include <string.h> [required for the use of memcpy] (2) backtrace_strdup definition [copied from mmap.c]
- Loading branch information
1 parent
549c60f
commit 94bbac8
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters