FreeBSD support, patch 5

drd and helgrind tests
This commit is contained in:
Paul Floyd
2021-10-07 21:33:45 +02:00
parent f22758d6da
commit 85bbe2853e
67 changed files with 1987 additions and 188 deletions

3
drd/tests/std_string.cpp Normal file → Executable file
View File

@@ -8,6 +8,9 @@
#include <string>
#include <cstring>
#include <pthread.h>
#if defined(__FreeBSD__)
#include <stdio.h>
#endif
#include <stdlib.h>
#include <unistd.h>