mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-04 21:55:16 +01:00
breakpad: fix unittest errors
This fixes the unittest error caused by https://codereview.chromium.org/1884283002/ TEST=unittest passes on falco board in ChromeOS. BUG= R=vapier@chromium.org Review URL: https://codereview.chromium.org/1952083002 .
This commit is contained in:
parent
764c21f752
commit
638066b82e
3 changed files with 30 additions and 6 deletions
|
|
@ -93,10 +93,6 @@ void FlushInstructionCache(const char* memory, uint32_t memory_size) {
|
|||
#endif
|
||||
}
|
||||
|
||||
// Length of a formatted GUID string =
|
||||
// sizeof(MDGUID) * 2 + 4 (for dashes) + 1 (null terminator)
|
||||
const int kGUIDStringSize = 37;
|
||||
|
||||
void sigchld_handler(int signo) { }
|
||||
|
||||
int CreateTMPFile(const string& dir, string* path) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue