gecko-dev/dbm/macbuild/macstubs.c

9 строки
126 B
C

// Hack to define a never-called routine from libdbm
#include "mcom_db.h"
int mkstemp(const char* /*path*/)
{
return -1;
}