summaryrefslogtreecommitdiff
path: root/tools/tools.c
blob: fa813fa5e7d666be33611d2d5466604e3e045176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "tools/tools.h"

#include <sys/time.h>
#include <time.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdarg.h>

void *operator new(size_t nSize, void *p) throw () {
	return p;
}