blob: ef3f96050591da7967260351de718de504215df9 [file] [log] [blame]
#include "threadimpl.h"
#include <string.h>
void
_threaddebugmemset(void *v, int c, int n)
{
memset(v, c, n);
}