summaryrefslogtreecommitdiff
path: root/dbm/macbuild/macstubs.c
blob: bbfe69a54964ac1c47c77f9b37a19e8b89ca4d2a (plain)
1
2
3
4
5
6
7
8

// Hack to define a never-called routine from libdbm
#include "mcom_db.h"

int mkstemp(const char* /*path*/)
{
	return -1;
}