mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-13 15:34:01 +00:00
9 lines
126 B
C
9 lines
126 B
C
|
|
||
|
// Hack to define a never-called routine from libdbm
|
||
|
#include "mcom_db.h"
|
||
|
|
||
|
int mkstemp(const char* /*path*/)
|
||
|
{
|
||
|
return -1;
|
||
|
}
|