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

@@ -163,6 +163,7 @@ PRIVATE void initialize(void)
map(SYS_PHYSZERO, do_physzero); /* zero physical memory region */
map(SYS_VIRVCOPY, do_virvcopy); /* vector with copy requests */
map(SYS_PHYSVCOPY, do_physvcopy); /* vector with copy requests */
map(SYS_SETPRIORITY, do_setpriority); /* set scheduling priority */
/* Miscellaneous. */
map(SYS_ABORT, do_abort); /* abort MINIX */