diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2016-03-16 21:13:25 +0000 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2016-03-16 21:13:25 +0000 |
| commit | 781ffebddf20ea0ec49ecd75893389cd1287a7a9 (patch) | |
| tree | 91c1c835f3430c1d0ccb275b74a95401083b08be /Linux/386 | |
| parent | f60356712426da98d6097355b9a571cf4b13943b (diff) | |
define _DEFAULT_SOURCE as required by a new regime
Diffstat (limited to 'Linux/386')
| -rw-r--r-- | Linux/386/include/lib9.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Linux/386/include/lib9.h b/Linux/386/include/lib9.h index 24f1e528..30808d20 100644 --- a/Linux/386/include/lib9.h +++ b/Linux/386/include/lib9.h @@ -1,5 +1,8 @@ /* define _BSD_SOURCE to use ISO C, POSIX, and 4.3BSD things. */ #define USE_PTHREADS +#ifndef _DEFAULT_SOURCE +#define _DEFAULT_SOURCE +#endif #ifndef _BSD_SOURCE #define _BSD_SOURCE #endif |
