| ... | @@ -477,7 +477,7 @@ | ... | @@ -477,7 +477,7 @@ |
| 477 | /* Major and minor version number of the GNU C library package. Use | 477 | /* Major and minor version number of the GNU C library package. Use |
| 478 | these macros to test for features in specific releases. */ | 478 | these macros to test for features in specific releases. */ |
| 479 | #define	__GLIBC__	2 | 479 | #define	__GLIBC__	2 |
| 480 | #define	__GLIBC_MINOR__	34 | 480 | /* Zig patch: we pass `-D__GLIBC_MINOR__=XX` depending on the target. */ |
| 481 | | 481 | |
| 482 | #define __GLIBC_PREREQ(maj, min) \ | 482 | #define __GLIBC_PREREQ(maj, min) \ |
| 483 | 	((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) | 483 | 	((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) |