gecko-dev/dbm/macbuild/macstubs.c

9 lines
126 B
C
Raw Normal View History

1998-03-28 02:44:41 +00:00
// Hack to define a never-called routine from libdbm
#include "mcom_db.h"
int mkstemp(const char* /*path*/)
{
return -1;
}