Changes between Version 1 and Version 2 of Ticket #11818, comment 2
- Timestamp:
- Aug 7, 2019, 3:43:54 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11818, comment 2
v1 v2 1 1 Reference: 2 2 1. https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html 3 {{{ 4 Macro: _GNU_SOURCE 5 6 If you define this macro, everything is included: ISO C89, ISO C99, POSIX.1, POSIX.2, BSD, SVID, X/Open, LFS, and GNU extensions. In the cases where POSIX.1 conflicts with BSD, the POSIX definitions take precedence 7 }}} 8 3 9 2. 4 10 {{{