accounting from kernel (now in PM). Large amount of files in this commit is due to system time problems during development.
		
			
				
	
	
		
			14 lines
		
	
	
		
			187 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			187 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
#include <lib.h>
 | 
						|
#define stime	_stime
 | 
						|
#include <minix/minlib.h>
 | 
						|
#include <time.h>
 | 
						|
 | 
						|
PUBLIC int stime(top)
 | 
						|
long *top;
 | 
						|
{
 | 
						|
  message m;
 | 
						|
 | 
						|
  m.m2_l1 = *top;
 | 
						|
  return(_syscall(MM, STIME, &m));
 | 
						|
}
 |