code: purgatorio

ref: d7809194db6f52a6fc87a6d10bff7e78cc03c4d2
dir: /os/port/noenv.c/

View raw version
/*
 * use this when devenv.c not used
 */
#include "u.h"
#include "../port/lib.h"
#include "../port/error.h"
#include "mem.h"
#include	"dat.h"
#include	"fns.h"

/*
 * null kernel interface
 */
Egrp*
newegrp(void)
{
	return nil;
}

void
closeegrp(Egrp*)
{
}

void
egrpcpy(Egrp*, Egrp*)
{
}

void
ksetenv(char*, char*, int)
{
}