- VM_KERN_NOPAGEZERO feature is gone
- sys_getbiosbuffer feature is gone (from kernel; available from vm) - bump version number because munmap() calls that newly compiled binaries will do trigger an ugly (but harmless) error message in older VM's - some new VM calls and flags, the new IPC calls - some new CR0 register bits - added files for shared memory
This commit is contained in:
@@ -43,6 +43,11 @@ typedef long clock_t; /* unit for system accounting */
|
||||
typedef unsigned long sigset_t;
|
||||
#endif
|
||||
|
||||
#ifndef _KEY_T
|
||||
#define _KEY_T
|
||||
typedef long key_t;
|
||||
#endif
|
||||
|
||||
/* Open Group Base Specifications Issue 6 (not complete) */
|
||||
typedef long useconds_t; /* Time in microseconds */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user