get/setpriority() and fsync() system calls

This commit is contained in:
Ben Gras
2005-07-01 18:01:33 +00:00
parent 7a31b9aa12
commit 3dcb2886ff
11 changed files with 130 additions and 4 deletions

View File

@@ -17,7 +17,8 @@ HEAD = mpx.o
OBJS = start.o protect.o klibc.o klib.o table.o main.o proc.o \
i8259.o exception.o system.o clock.o misc.o
SYS_OBJS = $s/proctl.o $s/copying.o $s/devio.o $s/sysctl.o $s/misc.o \
$s/sigctl.o $s/tracing.o $s/clock.o $s/irqctl.o $s/debugging.o
$s/sigctl.o $s/tracing.o $s/clock.o $s/irqctl.o $s/debugging.o \
$s/priority.o
LIBS = -ltimers