Skip to content

Commit

Permalink
Provide a GLIBC definiton.
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipjohnston committed Nov 24, 2020
1 parent cadc08f commit 3d809a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/c++/__config.in
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@
# else
# define _LIBCPP_GLIBC_PREREQ(a, b) 0
# endif // defined(__GLIBC_PREREQ)
#else
# define _LIBCPP_GLIBC_PREREQ(a, b) 0
#endif // defined(__linux__)

#ifdef __LITTLE_ENDIAN__
Expand Down

0 comments on commit 3d809a7

Please sign in to comment.