Clean up system options code

Abort with error message when trying to use unsupported/disabled
system specific option.
This commit is contained in:
Miroslav Lichvar
2009-11-25 14:22:11 +01:00
parent 032838b1b0
commit e3234465e2
7 changed files with 70 additions and 63 deletions

2
sys.h
View File

@@ -43,6 +43,6 @@ extern void SYS_Finalise(void);
extern void SYS_DropRoot(char *user);
extern void SYS_SetScheduler(int SchedPriority);
extern void SYS_MemLockAll(int LockAll);
extern void SYS_LockMemory(void);
#endif /* GOT_SYS_H */