#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
#include "db_int.h"
#include "os_jump.h"
Go to the source code of this file.
Functions | |
int | CDB___os_closehandle (DB_FH *fhp) |
int | CDB___os_openhandle (DB_ENV *dbenv, const char *name, int flags, int mode, DB_FH *fhp) |
Variables | |
static const char | revid [] = "$Id: os__handle_8c.html,v 1.1 2008/06/08 10:21:16 sebdiaz Exp $" |