~kris/9p

9hist

ref: 7b1dbfc2de484d1aed8fd8681eb9f17052d89aba 9hist/port/nulledf.c -rw-r--r-- 333 bytes
7b1dbfc2 — David du Colombier Plan 9 from Bell Labs 2002-04-23 24 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#include	"u.h"
#include	"../port/lib.h"
#include	"mem.h"
#include	"dat.h"
#include	"fns.h"
#include	"../port/error.h"
#include	"../port/edf.h"

int
isedf(Proc*)
{
	return 0;
}

void
edfbury(Proc*)
{
}

int
edfanyready(void)
{
	return 0;
}

void
edfready(Proc*)
{
}

Proc*
edfrunproc(void)
{
	return nil;
}

void
edfblock(Proc*)
{
}