POSIX: Allow forbidden symbols required by FreeMiNT
This commit is contained in:
parent
e0b4bb0f1e
commit
6e40b64eb1
6 changed files with 12 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
|||
#define FORBIDDEN_SYMBOL_EXCEPTION_unistd_h
|
||||
#define FORBIDDEN_SYMBOL_EXCEPTION_mkdir
|
||||
#define FORBIDDEN_SYMBOL_EXCEPTION_exit //Needed for IRIX's unistd.h
|
||||
#define FORBIDDEN_SYMBOL_EXCEPTION_random
|
||||
#define FORBIDDEN_SYMBOL_EXCEPTION_srandom
|
||||
|
||||
#include "backends/fs/chroot/chroot-fs-factory.h"
|
||||
#include "backends/fs/chroot/chroot-fs.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue