Skip to content

Commit

Permalink
Add __illumos__ preprocessor definition
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Jun 2, 2023
1 parent a62b8c7 commit 02f19a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcc/config/sol2.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ along with GCC; see the file COPYING3. If not see
do { \
builtin_define_std ("unix"); \
builtin_define_std ("sun"); \
builtin_define ("__illumos__"); \
builtin_define ("__svr4__"); \
builtin_define ("__SVR4"); \
builtin_assert ("system=unix"); \
Expand Down

0 comments on commit 02f19a7

Please sign in to comment.