diff options
| author | bhgv <bhgv.empire@gmail.com> | 2018-03-02 03:36:20 +0200 |
|---|---|---|
| committer | bhgv <bhgv.empire@gmail.com> | 2018-03-02 03:36:20 +0200 |
| commit | 0e00ccc314faa6ad00e55c4a2b09adff5a8c9459 (patch) | |
| tree | 2c6f5b0f51b8a1c86fbcc5ddeb704d636aecae57 /Linux/arm/include/lib9.h | |
| parent | 9114a6bf3780060ea5104bdff0cd6d234ffdeb2b (diff) | |
ready to build and run in Linux as a regular emu
Diffstat (limited to 'Linux/arm/include/lib9.h')
| -rw-r--r-- | Linux/arm/include/lib9.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Linux/arm/include/lib9.h b/Linux/arm/include/lib9.h index 91f19c2..7a1f237 100644 --- a/Linux/arm/include/lib9.h +++ b/Linux/arm/include/lib9.h @@ -1,3 +1,7 @@ +#ifndef _LIB9_H +#define _LIB9_H + + /* define _BSD_SOURCE to use ISO C, POSIX, and 4.3BSD things. */ #define USE_PTHREADS #ifndef _DEFAULT_SOURCE @@ -502,3 +506,6 @@ extern ulong getfsr(void); #define FPAUNFL FPUNFL #define FPAZDIV FPZDIV #define FPAINVAL FPINVAL + + +#endif |
