The one and only change that I had to make to get all the tests to fly.
#include_next <string.h> wasfailing since the /usr/include directory is first on FreeBSD, and since it was already past it, it failed some of the tests.
This commit is contained in:
parent
433ae96e90
commit
3cfdb0dc3d
@ -15,7 +15,7 @@
|
|||||||
#define memchr __hide_memchr
|
#define memchr __hide_memchr
|
||||||
#endif // 0
|
#endif // 0
|
||||||
|
|
||||||
#include_next <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if 0 // Let's not bother with this just yet.
|
#if 0 // Let's not bother with this just yet.
|
||||||
#undef strchr
|
#undef strchr
|
||||||
|
Loading…
Reference in New Issue
Block a user